#878402

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

Shades of Olive #878402

Tints of Olive #878402

Color information

#878402 (or 0x878402) is unknown color: approx Olive. HEX triplet: 87, 84 and 02. RGB value is (135,132,2). Sum of RGB (Red+Green+Blue) = 135+132+2=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #878402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878402 is #787BFD. Grayscale: #767676. Windows color (decimal): -7896062 or 164999. OLE color: 164999.

HSL color Cylindrical-coordinate representation of color #878402: hue angle of 58.65º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #878402 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1351322-
CMYK00.020.990.47
HSL58.65º97.08%26.86%-
HSV(B)58.65º98.52%52.94%-
XYZ18.2521.663.28-
YUV118.0862.49140.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.19%
GREEN value IS 132 (51.95% from 255) = 49.07%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=50.19%
G=49.07%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135132200.020.990.4758.6597.0826.86
Hex8784202632F3b611b
Octal207204202143577314133
Binary1000011110000100100101100011101111111011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878402; }

 p { color: rgb(135,132,2); }

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

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

 a { background-color: rgb(135,132,2); }

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

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

 span { border-color: rgb(135,132,2); }

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