#877102

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

Shades of Olive #877102

Tints of Olive #877102

Color information

#877102 (or 0x877102) is unknown color: approx Olive. HEX triplet: 87, 71 and 02. RGB value is (135,113,2). Sum of RGB (Red+Green+Blue) = 135+113+2=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #877102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877102 is #788EFD. Grayscale: #6B6B6B. Windows color (decimal): -7900926 or 160135. OLE color: 160135.

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

Color convert

RGB1351132-
CMYK00.160.990.47
HSL50.08º97.08%26.86%-
HSV(B)50.08º98.52%52.94%-
XYZ15.9116.972.49-
YUV106.9268.79148.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 2 (1.17% from 255) = 0.8%
R=54%
G=45.2%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135113200.160.990.4750.0897.0826.86
Hex87712010632F32611b
Octal2071612020143576214133
Binary100001111110001100100001100011101111110010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877102; }

 p { color: rgb(135,113,2); }

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

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

 a { background-color: rgb(135,113,2); }

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

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

 span { border-color: rgb(135,113,2); }

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