#878313

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

Shades of Olive #878313

Tints of Olive #878313

Color information

#878313 (or 0x878313) is unknown color: approx Olive. HEX triplet: 87, 83 and 13. RGB value is (135,131,19). Sum of RGB (Red+Green+Blue) = 135+131+19=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #878313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878313 is #787CEC. Grayscale: #777777. Windows color (decimal): -7896301 or 1278855. OLE color: 1278855.

HSL color Cylindrical-coordinate representation of color #878313: hue angle of 57.93º 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 #878313 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB13513119-
CMYK00.030.860.47
HSL57.93º75.32%30.2%-
HSV(B)57.93º85.93%52.94%-
XYZ18.2321.433.79-
YUV119.4371.33139.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 19 (7.81% from 255) = 6.67%
R=47.37%
G=45.96%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351311900.030.860.4757.9375.3230.2
Hex87831303562F3a4b1e
Octal2072032303126577211336
Binary1000011110000011100110111010110101111111010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878313; }

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

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

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

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

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

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

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

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