#878410

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

Shades of Olive #878410

Tints of Olive #878410

Color information

#878410 (or 0x878410) is unknown color: approx Olive. HEX triplet: 87, 84 and 10. RGB value is (135,132,16). Sum of RGB (Red+Green+Blue) = 135+132+16=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #878410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878410 is #787BEF. Grayscale: #787878. Windows color (decimal): -7896048 or 1082503. OLE color: 1082503.

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

Color convert

RGB13513216-
CMYK00.020.880.47
HSL58.49º78.81%29.61%-
HSV(B)58.49º88.15%52.94%-
XYZ18.3421.693.71-
YUV119.6769.49138.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 132 (51.95% from 255) = 46.64%
BLUE value IS 16 (6.64% from 255) = 5.65%
R=47.70%
G=46.64%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351321600.020.880.4758.4978.8129.61
Hex87841002582F3a4f1e
Octal2072042002130577211736
Binary1000011110000100100000101011000101111111010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878410; }

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

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

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

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

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

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

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

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