#877504

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

Shades of Olive #877504

Tints of Olive #877504

Color information

#877504 (or 0x877504) is unknown color: approx Olive. HEX triplet: 87, 75 and 04. RGB value is (135,117,4). Sum of RGB (Red+Green+Blue) = 135+117+4=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #877504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877504 is #788AFB. Grayscale: #6D6D6D. Windows color (decimal): -7899900 or 292231. OLE color: 292231.

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

Color convert

RGB1351174-
CMYK00.130.970.47
HSL51.76º94.24%27.25%-
HSV(B)51.76º97.04%52.94%-
XYZ16.3717.882.7-
YUV109.568.46146.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.73%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 4 (1.95% from 255) = 1.56%
R=52.73%
G=45.70%
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
Decimal135117400.130.970.4751.7694.2427.25
Hex877540D612F345e1b
Octal2071654015141576413633
Binary100001111110101100011011100001101111110100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877504; }

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

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

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

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

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

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

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

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