#878011

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

Shades of Olive #878011

Tints of Olive #878011

Color information

#878011 (or 0x878011) is unknown color: approx Olive. HEX triplet: 87, 80 and 11. RGB value is (135,128,17). Sum of RGB (Red+Green+Blue) = 135+128+17=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #878011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878011 is #787FEE. Grayscale: #757575. Windows color (decimal): -7897071 or 1147015. OLE color: 1147015.

HSL color Cylindrical-coordinate representation of color #878011: hue angle of 56.44º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #878011 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB13512817-
CMYK00.050.870.47
HSL56.44º77.63%29.8%-
HSV(B)56.44º87.41%52.94%-
XYZ17.8120.633.57-
YUV117.4471.32140.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.21%
GREEN value IS 128 (50.39% from 255) = 45.71%
BLUE value IS 17 (7.03% from 255) = 6.07%
R=48.21%
G=45.71%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351281700.050.870.4756.4477.6329.8
Hex87801105572F384e1e
Octal2072002105127577011636
Binary10000111100000001000101011010111101111111000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878011; }

 p { color: rgb(135,128,17); }

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

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

 a { background-color: rgb(135,128,17); }

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

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

 span { border-color: rgb(135,128,17); }

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