#877002

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

Shades of Olive #877002

Tints of Olive #877002

Color information

#877002 (or 0x877002) is unknown color: approx Olive. HEX triplet: 87, 70 and 02. RGB value is (135,112,2). Sum of RGB (Red+Green+Blue) = 135+112+2=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #877002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877002 is #788FFD. Grayscale: #6A6A6A. Windows color (decimal): -7901182 or 159879. OLE color: 159879.

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

Color convert

RGB1351122-
CMYK00.170.990.47
HSL49.62º97.08%26.86%-
HSV(B)49.62º98.52%52.94%-
XYZ15.816.742.46-
YUV106.3469.12148.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=54.22%
G=44.98%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135112200.170.990.4749.6297.0826.86
Hex87702011632F32611b
Octal2071602021143576214133
Binary100001111110000100100011100011101111110010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877002; }

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

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

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

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

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

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

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

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