#877D13

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

Shades of Olive #877D13

Tints of Olive #877D13

Color information

#877D13 (or 0x877D13) is unknown color: approx Olive. HEX triplet: 87, 7D and 13. RGB value is (135,125,19). Sum of RGB (Red+Green+Blue) = 135+125+19=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #877D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877D13 is #7882EC. Grayscale: #747474. Windows color (decimal): -7897837 or 1277319. OLE color: 1277319.

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

Color convert

RGB13512519-
CMYK00.070.860.47
HSL54.83º75.32%30.2%-
HSV(B)54.83º85.93%52.94%-
XYZ17.4419.873.53-
YUV115.9173.31141.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.39%
GREEN value IS 125 (49.22% from 255) = 44.80%
BLUE value IS 19 (7.81% from 255) = 6.81%
R=48.39%
G=44.80%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351251900.070.860.4754.8375.3230.2
Hex877D1307562F374b1e
Octal2071752307126576711336
Binary1000011111111011001101111010110101111110111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,125,19); }

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

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

 a { background-color: rgb(135,125,19); }

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

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

 span { border-color: rgb(135,125,19); }

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