#888612

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

Shades of Olive #888612

Tints of Olive #888612

Color information

#888612 (or 0x888612) is unknown color: approx Olive. HEX triplet: 88, 86 and 12. RGB value is (136,134,18). Sum of RGB (Red+Green+Blue) = 136+134+18=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #888612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888612 is #7779ED. Grayscale: #797979. Windows color (decimal): -7829998 or 1214088. OLE color: 1214088.

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

Color convert

RGB13613418-
CMYK00.010.870.47
HSL58.98º76.62%30.2%-
HSV(B)58.98º86.76%53.33%-
XYZ18.7922.333.89-
YUV121.3769.66138.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.22%
GREEN value IS 134 (52.73% from 255) = 46.53%
BLUE value IS 18 (7.42% from 255) = 6.25%
R=47.22%
G=46.53%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361341800.010.870.4758.9876.6230.2
Hex88861201572F3b4d1e
Octal2102062201127577311536
Binary100010001000011010010011010111101111111011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888612; }

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

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

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

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

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

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

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

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