#877204

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

Shades of Olive #877204

Tints of Olive #877204

Color information

#877204 (or 0x877204) is unknown color: approx Olive. HEX triplet: 87, 72 and 04. RGB value is (135,114,4). Sum of RGB (Red+Green+Blue) = 135+114+4=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #877204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877204 is #788DFB. Grayscale: #6C6C6C. Windows color (decimal): -7900668 or 291463. OLE color: 291463.

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

Color convert

RGB1351144-
CMYK00.160.970.47
HSL50.38º94.24%27.25%-
HSV(B)50.38º97.04%52.94%-
XYZ16.0317.192.59-
YUV107.7469.46147.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 4 (1.95% from 255) = 1.58%
R=53.36%
G=45.06%
B=1.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135114400.160.970.4750.3894.2427.25
Hex87724010612F325e1b
Octal2071624020141576213633
Binary1000011111100101000100001100001101111110010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877204; }

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

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

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

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

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

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

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

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