#877604

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

Shades of Olive #877604

Tints of Olive #877604

Color information

#877604 (or 0x877604) is unknown color: approx Olive. HEX triplet: 87, 76 and 04. RGB value is (135,118,4). Sum of RGB (Red+Green+Blue) = 135+118+4=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #877604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877604 is #7889FB. Grayscale: #6E6E6E. Windows color (decimal): -7899644 or 292487. OLE color: 292487.

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

Color convert

RGB1351184-
CMYK00.130.970.47
HSL52.21º94.24%27.25%-
HSV(B)52.21º97.04%52.94%-
XYZ16.4918.122.74-
YUV110.0968.13145.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.53%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 4 (1.95% from 255) = 1.56%
R=52.53%
G=45.91%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135118400.130.970.4752.2194.2427.25
Hex877640D612F345e1b
Octal2071664015141576413633
Binary100001111110110100011011100001101111110100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877604; }

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

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

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

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

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

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

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

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