#87840A

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

Shades of Olive #87840A

Tints of Olive #87840A

Color information

#87840A (or 0x87840A) is unknown color: approx Olive. HEX triplet: 87, 84 and 0A. RGB value is (135,132,10). Sum of RGB (Red+Green+Blue) = 135+132+10=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #87840A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87840A is #787BF5. Grayscale: #777777. Windows color (decimal): -7896054 or 689287. OLE color: 689287.

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

Color convert

RGB13513210-
CMYK00.020.930.47
HSL58.56º86.21%28.43%-
HSV(B)58.56º92.59%52.94%-
XYZ18.321.683.51-
YUV118.9966.49139.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 10 (4.30% from 255) = 3.61%
R=48.74%
G=47.65%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351321000.020.930.4758.5686.2128.43
Hex8784A025D2F3b561c
Octal2072041202135577312634
Binary100001111000010010100101011101101111111011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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