#878510

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

Shades of Olive #878510

Tints of Olive #878510

Color information

#878510 (or 0x878510) is unknown color: approx Olive. HEX triplet: 87, 85 and 10. RGB value is (135,133,16). Sum of RGB (Red+Green+Blue) = 135+133+16=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #878510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878510 is #787AEF. Grayscale: #787878. Windows color (decimal): -7895792 or 1082759. OLE color: 1082759.

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

Color convert

RGB13513316-
CMYK00.010.880.47
HSL58.99º78.81%29.61%-
HSV(B)58.99º88.15%52.94%-
XYZ18.4721.963.76-
YUV120.2669.16138.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 133 (52.34% from 255) = 46.83%
BLUE value IS 16 (6.64% from 255) = 5.63%
R=47.54%
G=46.83%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351331600.010.880.4758.9978.8129.61
Hex87851001582F3b4f1e
Octal2072052001130577311736
Binary100001111000010110000011011000101111111011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878510; }

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

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

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

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

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

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

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

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