#87810C

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

Shades of Olive #87810C

Tints of Olive #87810C

Color information

#87810C (or 0x87810C) is unknown color: approx Olive. HEX triplet: 87, 81 and 0C. RGB value is (135,129,12). Sum of RGB (Red+Green+Blue) = 135+129+12=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #87810C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87810C is #787EF3. Grayscale: #757575. Windows color (decimal): -7896820 or 819591. OLE color: 819591.

HSL color Cylindrical-coordinate representation of color #87810C: hue angle of 57.07º 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 #87810C is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB13512912-
CMYK00.040.910.47
HSL57.07º83.67%28.82%-
HSV(B)57.07º91.11%52.94%-
XYZ17.9120.883.43-
YUV117.4668.49140.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.91%
GREEN value IS 129 (50.78% from 255) = 46.74%
BLUE value IS 12 (5.08% from 255) = 4.35%
R=48.91%
G=46.74%
B=4.35%

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
Decimal1351291200.040.910.4757.0783.6728.82
Hex8781C045B2F39541d
Octal2072011404133577112435
Binary1000011110000001110001001011011101111111001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87810C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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