#87810A

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

Shades of Olive #87810A

Tints of Olive #87810A

Color information

#87810A (or 0x87810A) is unknown color: approx Olive. HEX triplet: 87, 81 and 0A. RGB value is (135,129,10). Sum of RGB (Red+Green+Blue) = 135+129+10=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #87810A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87810A is #787EF5. Grayscale: #757575. Windows color (decimal): -7896822 or 688519. OLE color: 688519.

HSL color Cylindrical-coordinate representation of color #87810A: hue angle of 57.12º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87810A is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB13512910-
CMYK00.040.930.47
HSL57.12º86.21%28.43%-
HSV(B)57.12º92.59%52.94%-
XYZ17.920.873.37-
YUV117.2367.49140.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.27%
GREEN value IS 129 (50.78% from 255) = 47.08%
BLUE value IS 10 (4.30% from 255) = 3.65%
R=49.27%
G=47.08%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351291000.040.930.4757.1286.2128.43
Hex8781A045D2F39561c
Octal2072011204135577112634
Binary1000011110000001101001001011101101111111001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87810A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87810A; }

 p { color: rgb(135,129,10); }

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

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

 a { background-color: rgb(135,129,10); }

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

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

 span { border-color: rgb(135,129,10); }

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