#867F0F

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

Shades of Olive #867F0F

Tints of Olive #867F0F

Color information

#867F0F (or 0x867F0F) is unknown color: approx Olive. HEX triplet: 86, 7F and 0F. RGB value is (134,127,15). Sum of RGB (Red+Green+Blue) = 134+127+15=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #867F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867F0F is #7980F0. Grayscale: #747474. Windows color (decimal): -7962865 or 1015686. OLE color: 1015686.

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

Color convert

RGB13412715-
CMYK00.050.890.47
HSL56.47º79.87%29.22%-
HSV(B)56.47º88.81%52.55%-
XYZ17.5120.283.44-
YUV116.3270.82140.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 127 (50% from 255) = 46.01%
BLUE value IS 15 (6.25% from 255) = 5.43%
R=48.55%
G=46.01%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341271500.050.890.4756.4779.8729.22
Hex867FF05592F38501d
Octal2061771705131577012035
Binary100001101111111111101011011001101111111000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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