#877408

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

Shades of Olive #877408

Tints of Olive #877408

Color information

#877408 (or 0x877408) is unknown color: approx Olive. HEX triplet: 87, 74 and 08. RGB value is (135,116,8). Sum of RGB (Red+Green+Blue) = 135+116+8=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #877408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877408 is #788BF7. Grayscale: #6D6D6D. Windows color (decimal): -7900152 or 554119. OLE color: 554119.

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

Color convert

RGB1351168-
CMYK00.140.940.47
HSL51.02º88.81%28.04%-
HSV(B)51.02º94.07%52.94%-
XYZ16.2817.662.78-
YUV109.3770.79146.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 116 (45.70% from 255) = 44.79%
BLUE value IS 8 (3.52% from 255) = 3.09%
R=52.12%
G=44.79%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135116800.140.940.4751.0288.8128.04
Hex877480E5E2F33591c
Octal20716410016136576313134
Binary1000011111101001000011101011110101111110011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877408; }

 p { color: rgb(135,116,8); }

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

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

 a { background-color: rgb(135,116,8); }

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

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

 span { border-color: rgb(135,116,8); }

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