#878310

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

Shades of Olive #878310

Tints of Olive #878310

Color information

#878310 (or 0x878310) is unknown color: approx Olive. HEX triplet: 87, 83 and 10. RGB value is (135,131,16). Sum of RGB (Red+Green+Blue) = 135+131+16=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #878310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878310 is #787CEF. Grayscale: #777777. Windows color (decimal): -7896304 or 1082247. OLE color: 1082247.

HSL color Cylindrical-coordinate representation of color #878310: hue angle of 57.98º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #878310 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB13513116-
CMYK00.030.880.47
HSL57.98º78.81%29.61%-
HSV(B)57.98º88.15%52.94%-
XYZ18.221.423.67-
YUV119.0969.83139.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 131 (51.56% from 255) = 46.45%
BLUE value IS 16 (6.64% from 255) = 5.67%
R=47.87%
G=46.45%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351311600.030.880.4757.9878.8129.61
Hex87831003582F3a4f1e
Octal2072032003130577211736
Binary1000011110000011100000111011000101111111010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878310; }

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

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

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

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

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

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

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

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