#877506

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

Shades of Olive #877506

Tints of Olive #877506

Color information

#877506 (or 0x877506) is unknown color: approx Olive. HEX triplet: 87, 75 and 06. RGB value is (135,117,6). Sum of RGB (Red+Green+Blue) = 135+117+6=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #877506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877506 is #788AF9. Grayscale: #6E6E6E. Windows color (decimal): -7899898 or 423303. OLE color: 423303.

HSL color Cylindrical-coordinate representation of color #877506: hue angle of 51.63º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #877506 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1351176-
CMYK00.130.960.47
HSL51.63º91.49%27.65%-
HSV(B)51.63º95.56%52.94%-
XYZ16.3917.892.76-
YUV109.7369.46146.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 117 (46.09% from 255) = 45.35%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=52.33%
G=45.35%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135117600.130.960.4751.6391.4927.65
Hex877560D602F345b1c
Octal2071656015140576413334
Binary100001111110101110011011100000101111110100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877506; }

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

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

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

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

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

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

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

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