#8F886C

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

Shades of Granite Green #8F886C

Tints of Granite Green #8F886C

Color information

#8F886C (or 0x8F886C) is unknown color: approx Granite Green. HEX triplet: 8F, 88 and 6C. RGB value is (143,136,108). Sum of RGB (Red+Green+Blue) = 143+136+108=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 143 - color contains mainly: red. Hex color #8F886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F886C is #707793. Grayscale: #878787. Windows color (decimal): -7370644 or 7112847. OLE color: 7112847.

HSL color Cylindrical-coordinate representation of color #8F886C: hue angle of 48º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F886C is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB143136108-
CMYK00.050.240.44
HSL48º13.94%49.22%-
HSV(B)48º24.48%56.08%-
XYZ22.8424.5317.72-
YUV134.9112.82133.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.95%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=36.95%
G=35.14%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313610800.050.240.444813.9449.22
Hex8F886C05182C30e31
Octal217210154053054601661
Binary100011111000100011011000101110001011001100001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F886C; }

 p { color: rgb(143,136,108); }

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

<style>
 a { background-color: #8F886C; }

 a { background-color: rgb(143,136,108); }

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

<style>
 span { border-color: #8F886C; }

 span { border-color: rgb(143,136,108); }

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