#877C14

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

Shades of Olive #877C14

Tints of Olive #877C14

Color information

#877C14 (or 0x877C14) is unknown color: approx Olive. HEX triplet: 87, 7C and 14. RGB value is (135,124,20). Sum of RGB (Red+Green+Blue) = 135+124+20=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #877C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877C14 is #7883EB. Grayscale: #737373. Windows color (decimal): -7898092 or 1342599. OLE color: 1342599.

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

Color convert

RGB13512420-
CMYK00.080.850.47
HSL54.26º74.19%30.39%-
HSV(B)54.26º85.19%52.94%-
XYZ17.3319.623.54-
YUV115.4374.14141.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.39%
GREEN value IS 124 (48.83% from 255) = 44.44%
BLUE value IS 20 (8.20% from 255) = 7.17%
R=48.39%
G=44.44%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351242000.080.850.4754.2674.1930.39
Hex877C1408552F364a1e
Octal20717424010125576611236
Binary10000111111110010100010001010101101111110110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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