#877708

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

Shades of Olive #877708

Tints of Olive #877708

Color information

#877708 (or 0x877708) is unknown color: approx Olive. HEX triplet: 87, 77 and 08. RGB value is (135,119,8). Sum of RGB (Red+Green+Blue) = 135+119+8=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #877708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877708 is #7888F7. Grayscale: #6F6F6F. Windows color (decimal): -7899384 or 554887. OLE color: 554887.

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

Color convert

RGB1351198-
CMYK00.120.940.47
HSL52.44º88.81%28.04%-
HSV(B)52.44º94.07%52.94%-
XYZ16.6318.362.9-
YUV111.1369.8145.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.53%
GREEN value IS 119 (46.88% from 255) = 45.42%
BLUE value IS 8 (3.52% from 255) = 3.05%
R=51.53%
G=45.42%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135119800.120.940.4752.4488.8128.04
Hex877780C5E2F34591c
Octal20716710014136576413134
Binary1000011111101111000011001011110101111110100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877708; }

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

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

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

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

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

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

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

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