#87820C

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

Shades of Olive #87820C

Tints of Olive #87820C

Color information

#87820C (or 0x87820C) is unknown color: approx Olive. HEX triplet: 87, 82 and 0C. RGB value is (135,130,12). Sum of RGB (Red+Green+Blue) = 135+130+12=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #87820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87820C is #787DF3. Grayscale: #767676. Windows color (decimal): -7896564 or 819847. OLE color: 819847.

HSL color Cylindrical-coordinate representation of color #87820C: hue angle of 57.56º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87820C is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB13513012-
CMYK00.040.910.47
HSL57.56º83.67%28.82%-
HSV(B)57.56º91.11%52.94%-
XYZ18.0421.143.48-
YUV118.0468.16140.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 12 (5.08% from 255) = 4.33%
R=48.74%
G=46.93%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351301200.040.910.4757.5683.6728.82
Hex8782C045B2F3a541d
Octal2072021404133577212435
Binary1000011110000010110001001011011101111111010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87820C; }

 p { color: rgb(135,130,12); }

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

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

 a { background-color: rgb(135,130,12); }

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

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

 span { border-color: rgb(135,130,12); }

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