#87740C

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

Shades of Olive #87740C

Tints of Olive #87740C

Color information

#87740C (or 0x87740C) is unknown color: approx Olive. HEX triplet: 87, 74 and 0C. RGB value is (135,116,12). Sum of RGB (Red+Green+Blue) = 135+116+12=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87740C is #788BF3. Grayscale: #6E6E6E. Windows color (decimal): -7900148 or 816263. OLE color: 816263.

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

Color convert

RGB13511612-
CMYK00.140.910.47
HSL50.73º83.67%28.82%-
HSV(B)50.73º91.11%52.94%-
XYZ16.317.672.9-
YUV109.8272.79145.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.33%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 12 (5.08% from 255) = 4.56%
R=51.33%
G=44.11%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351161200.140.910.4750.7383.6728.82
Hex8774C0E5B2F33541d
Octal20716414016133576312435
Binary1000011111101001100011101011011101111110011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87740C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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