#877804

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

Shades of Olive #877804

Tints of Olive #877804

Color information

#877804 (or 0x877804) is unknown color: approx Olive. HEX triplet: 87, 78 and 04. RGB value is (135,120,4). Sum of RGB (Red+Green+Blue) = 135+120+4=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #877804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877804 is #7887FB. Grayscale: #6F6F6F. Windows color (decimal): -7899132 or 292999. OLE color: 292999.

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

Color convert

RGB1351204-
CMYK00.110.970.47
HSL53.13º94.24%27.25%-
HSV(B)53.13º97.04%52.94%-
XYZ16.7318.592.82-
YUV111.2667.47144.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 120 (47.27% from 255) = 46.33%
BLUE value IS 4 (1.95% from 255) = 1.54%
R=52.12%
G=46.33%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135120400.110.970.4753.1394.2427.25
Hex877840B612F355e1b
Octal2071704013141576513633
Binary100001111111000100010111100001101111110101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877804; }

 p { color: rgb(135,120,4); }

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

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

 a { background-color: rgb(135,120,4); }

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

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

 span { border-color: rgb(135,120,4); }

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