#867912

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

Shades of Olive #867912

Tints of Olive #867912

Color information

#867912 (or 0x867912) is unknown color: approx Olive. HEX triplet: 86, 79 and 12. RGB value is (134,121,18). Sum of RGB (Red+Green+Blue) = 134+121+18=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #867912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867912 is #7986ED. Grayscale: #717171. Windows color (decimal): -7964398 or 1210758. OLE color: 1210758.

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

Color convert

RGB13412118-
CMYK00.100.870.47
HSL53.28º76.32%29.8%-
HSV(B)53.28º86.57%52.55%-
XYZ16.7818.793.31-
YUV113.1474.31142.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 121 (47.66% from 255) = 44.32%
BLUE value IS 18 (7.42% from 255) = 6.59%
R=49.08%
G=44.32%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341211800.100.870.4753.2876.3229.8
Hex8679120A572F354c1e
Octal20617122012127576511436
Binary10000110111100110010010101010111101111110101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867912; }

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

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

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

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

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

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

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

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