#867f10

Color #867F10 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #867F10

Tints of Olive #867F10

Color information

#867F10 (or 0x867F10) is unknown color: approx Olive. HEX triplet: 86, 7F and 10. RGB value is (134,127,16). Sum of RGB (Red+Green+Blue) = 134+127+16=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #867F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867F10 is #7980EF. Grayscale: #747474. Windows color (decimal): -7962864 or 1081222. OLE color: 1081222.

HSL color Cylindrical-coordinate representation of color #867F10: hue angle of 56.44º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #867F10 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB13412716-
CMYK00.050.880.47
HSL56.44º78.67%29.41%-
HSV(B)56.44º88.06%52.55%-
XYZ17.5120.283.48-
YUV116.4471.32140.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 127 (50% from 255) = 45.85%
BLUE value IS 16 (6.64% from 255) = 5.78%
R=48.38%
G=45.85%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341271600.050.880.4756.4478.6729.41
Hex867F1005582F384f1d
Octal2061772005130577011735
Binary1000011011111111000001011011000101111111000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867f10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867f10; }

 p { color: rgb(134,127,16); }

 H1.HeaderClassName
 {
   color: #867f10;
 }
 .AnyTagClassName
 {
   color: #867f10;
 }
</style>
background-color css

<style>
 a { background-color: #867f10; }

 a { background-color: rgb(134,127,16); }

 div.DivClassName
 {
   background-color: #867f10;
 }
 .BgClassName
 {
   background-color: #867f10;
 }
</style>
border-color css

<style>
 span { border-color: #867f10; }

 span { border-color: rgb(134,127,16); }

 td.TdClassName
 {
   border-color: #867f10;
 }
 .TagClassName
 {
   border-color: #867f10;
 }
</style>