#867F12

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

Shades of Olive #867F12

Tints of Olive #867F12

Color information

#867F12 (or 0x867F12) is unknown color: approx Olive. HEX triplet: 86, 7F and 12. RGB value is (134,127,18). Sum of RGB (Red+Green+Blue) = 134+127+18=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #867F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867F12 is #7980ED. Grayscale: #757575. Windows color (decimal): -7962862 or 1212294. OLE color: 1212294.

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

Color convert

RGB13412718-
CMYK00.050.870.47
HSL56.38º76.32%29.8%-
HSV(B)56.38º86.57%52.55%-
XYZ17.5320.293.56-
YUV116.6772.32140.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 127 (50% from 255) = 45.52%
BLUE value IS 18 (7.42% from 255) = 6.45%
R=48.03%
G=45.52%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341271800.050.870.4756.3876.3229.8
Hex867F1205572F384c1e
Octal2061772205127577011436
Binary1000011011111111001001011010111101111111000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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