#877F11

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

Shades of Olive #877F11

Tints of Olive #877F11

Color information

#877F11 (or 0x877F11) is unknown color: approx Olive. HEX triplet: 87, 7F and 11. RGB value is (135,127,17). Sum of RGB (Red+Green+Blue) = 135+127+17=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #877F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877F11 is #7880EE. Grayscale: #757575. Windows color (decimal): -7897327 or 1146759. OLE color: 1146759.

HSL color Cylindrical-coordinate representation of color #877F11: hue angle of 55.93º 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 #877F11 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB13512717-
CMYK00.060.870.47
HSL55.93º77.63%29.8%-
HSV(B)55.93º87.41%52.94%-
XYZ17.6820.373.53-
YUV116.8571.65140.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.39%
GREEN value IS 127 (50% from 255) = 45.52%
BLUE value IS 17 (7.03% from 255) = 6.09%
R=48.39%
G=45.52%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351271700.060.870.4755.9377.6329.8
Hex877F1106572F384e1e
Octal2071772106127577011636
Binary1000011111111111000101101010111101111111000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877F11; }

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

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

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

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

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

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

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

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