#867B11

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

Shades of Olive #867B11

Tints of Olive #867B11

Color information

#867B11 (or 0x867B11) is unknown color: approx Olive. HEX triplet: 86, 7B and 11. RGB value is (134,123,17). Sum of RGB (Red+Green+Blue) = 134+123+17=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #867B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867B11 is #7984EE. Grayscale: #727272. Windows color (decimal): -7963887 or 1145734. OLE color: 1145734.

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

Color convert

RGB13412317-
CMYK00.080.870.47
HSL54.36º77.48%29.61%-
HSV(B)54.36º87.31%52.55%-
XYZ17.0219.273.35-
YUV114.273.14142.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 123 (48.44% from 255) = 44.89%
BLUE value IS 17 (7.03% from 255) = 6.20%
R=48.91%
G=44.89%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341231700.080.870.4754.3677.4829.61
Hex867B1108572F364d1e
Octal20617321010127576611536
Binary10000110111101110001010001010111101111110110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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