#888712

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

Shades of Olive #888712

Tints of Olive #888712

Color information

#888712 (or 0x888712) is unknown color: approx Olive. HEX triplet: 88, 87 and 12. RGB value is (136,135,18). Sum of RGB (Red+Green+Blue) = 136+135+18=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #888712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888712 is #7778ED. Grayscale: #7A7A7A. Windows color (decimal): -7829742 or 1214344. OLE color: 1214344.

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

Color convert

RGB13613518-
CMYK00.010.870.47
HSL59.49º76.62%30.2%-
HSV(B)59.49º86.76%53.33%-
XYZ18.9322.613.94-
YUV121.9669.33138.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.06%
GREEN value IS 135 (53.12% from 255) = 46.71%
BLUE value IS 18 (7.42% from 255) = 6.23%
R=47.06%
G=46.71%
B=6.23%

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
Decimal1361351800.010.870.4759.4976.6230.2
Hex88871201572F3b4d1e
Octal2102072201127577311536
Binary100010001000011110010011010111101111111011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888712; }

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

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

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

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

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

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

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

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