#877701

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

Shades of Olive #877701

Tints of Olive #877701

Color information

#877701 (or 0x877701) is unknown color: approx Olive. HEX triplet: 87, 77 and 01. RGB value is (135,119,1). Sum of RGB (Red+Green+Blue) = 135+119+1=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #877701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877701 is #7888FE. Grayscale: #6E6E6E. Windows color (decimal): -7899391 or 96135. OLE color: 96135.

HSL color Cylindrical-coordinate representation of color #877701: hue angle of 52.84º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #877701 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1351191-
CMYK00.120.990.47
HSL52.84º98.53%26.67%-
HSV(B)52.84º99.26%52.94%-
XYZ16.5918.352.7-
YUV110.3366.3145.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 119 (46.88% from 255) = 46.67%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=52.94%
G=46.67%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135119100.120.990.4752.8498.5326.67
Hex877710C632F35631b
Octal2071671014143576514333
Binary1000011111101111011001100011101111110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877701; }

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

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

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

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

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

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

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

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