#888412

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

Shades of Olive #888412

Tints of Olive #888412

Color information

#888412 (or 0x888412) is unknown color: approx Olive. HEX triplet: 88, 84 and 12. RGB value is (136,132,18). Sum of RGB (Red+Green+Blue) = 136+132+18=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #888412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888412 is #777BED. Grayscale: #787878. Windows color (decimal): -7830510 or 1213576. OLE color: 1213576.

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

Color convert

RGB13613218-
CMYK00.030.870.47
HSL57.97º76.62%30.2%-
HSV(B)57.97º86.76%53.33%-
XYZ18.5121.783.8-
YUV120.270.33139.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 132 (51.95% from 255) = 46.15%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=47.55%
G=46.15%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361321800.030.870.4757.9776.6230.2
Hex88841203572F3a4d1e
Octal2102042203127577211536
Binary1000100010000100100100111010111101111111010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888412; }

 p { color: rgb(136,132,18); }

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

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

 a { background-color: rgb(136,132,18); }

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

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

 span { border-color: rgb(136,132,18); }

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