#867a11

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

Shades of Olive #867A11

Tints of Olive #867A11

Color information

#867A11 (or 0x867A11) is unknown color: approx Olive. HEX triplet: 86, 7A and 11. RGB value is (134,122,17). Sum of RGB (Red+Green+Blue) = 134+122+17=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #867A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867A11 is #7985EE. Grayscale: #727272. Windows color (decimal): -7964143 or 1145478. OLE color: 1145478.

HSL color Cylindrical-coordinate representation of color #867A11: hue angle of 53.85º degrees, saturation: 0.77, 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 #867A11 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB13412217-
CMYK00.090.870.47
HSL53.85º77.48%29.61%-
HSV(B)53.85º87.31%52.55%-
XYZ16.8919.033.31-
YUV113.6273.48142.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 122 (48.05% from 255) = 44.69%
BLUE value IS 17 (7.03% from 255) = 6.23%
R=49.08%
G=44.69%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341221700.090.870.4753.8577.4829.61
Hex867A1109572F364d1e
Octal20617221011127576611536
Binary10000110111101010001010011010111101111110110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867a11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,122,17); }

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

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

 a { background-color: rgb(134,122,17); }

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

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

 span { border-color: rgb(134,122,17); }

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