#878812

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

Shades of Olive #878812

Tints of Olive #878812

Color information

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

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

Color convert

RGB13513618-
CMYK0.0100.870.47
HSL60.51º76.62%30.2%-
HSV(B)60.51º86.76%53.33%-
XYZ18.9122.83.98-
YUV122.2569.17137.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135136180.0100.870.4760.5176.6230.2
Hex87881210572F3d4d1e
Octal2072102210127577511536
Binary100001111000100010010101010111101111111101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878812; }

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

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

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

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

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

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

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

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