#8F856F

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

Shades of Granite Green #8F856F

Tints of Granite Green #8F856F

Color information

#8F856F (or 0x8F856F) is unknown color: approx Granite Green. HEX triplet: 8F, 85 and 6F. RGB value is (143,133,111). Sum of RGB (Red+Green+Blue) = 143+133+111=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 143 - color contains mainly: red. Hex color #8F856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F856F is #707A90. Grayscale: #858585. Windows color (decimal): -7371409 or 7308687. OLE color: 7308687.

HSL color Cylindrical-coordinate representation of color #8F856F: hue angle of 41.25º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F856F is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB143133111-
CMYK00.070.220.44
HSL41.25º12.6%49.8%-
HSV(B)41.25º22.38%56.08%-
XYZ22.5823.7618.44-
YUV133.48115.31134.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.95%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 111 (43.75% from 255) = 28.68%
R=36.95%
G=34.37%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313311100.070.220.4441.2512.649.8
Hex8F856F07162C29d32
Octal217205157072654511562
Binary100011111000010111011110111101101011001010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,133,111); }

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

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

 a { background-color: rgb(143,133,111); }

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

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

 span { border-color: rgb(143,133,111); }

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