#877F14

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

Shades of Olive #877F14

Tints of Olive #877F14

Color information

#877F14 (or 0x877F14) is unknown color: approx Olive. HEX triplet: 87, 7F and 14. RGB value is (135,127,20). Sum of RGB (Red+Green+Blue) = 135+127+20=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #877F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877F14 is #7880EB. Grayscale: #757575. Windows color (decimal): -7897324 or 1343367. OLE color: 1343367.

HSL color Cylindrical-coordinate representation of color #877F14: hue angle of 55.83º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #877F14 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB13512720-
CMYK00.060.850.47
HSL55.83º74.19%30.39%-
HSV(B)55.83º85.19%52.94%-
XYZ17.7120.383.66-
YUV117.1973.15140.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 127 (50% from 255) = 45.04%
BLUE value IS 20 (8.20% from 255) = 7.09%
R=47.87%
G=45.04%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351272000.060.850.4755.8374.1930.39
Hex877F1406552F384a1e
Octal2071772406125577011236
Binary1000011111111111010001101010101101111111000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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