#87816F

Color #87816F Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #87816F

Tints of Granite Green #87816F

Color information

#87816F (or 0x87816F) is unknown color: approx Granite Green. HEX triplet: 87, 81 and 6F. RGB value is (135,129,111). Sum of RGB (Red+Green+Blue) = 135+129+111=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #87816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87816F is #787E90. Grayscale: #808080. Windows color (decimal): -7896721 or 7307655. OLE color: 7307655.

HSL color Cylindrical-coordinate representation of color #87816F: hue angle of 45º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87816F is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB135129111-
CMYK00.040.180.47
HSL45º9.76%48.24%-
HSV(B)45º17.78%52.94%-
XYZ20.712218.19-
YUV128.74117.99132.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 129 (50.78% from 255) = 34.4%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=36%
G=34.4%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512911100.040.180.47459.7648.24
Hex87816F04122F2da30
Octal207201157042257551260
Binary100001111000000111011110100100101011111011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87816F; }

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

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

<style>
 a { background-color: #87816F; }

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

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

<style>
 span { border-color: #87816F; }

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

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