#8F876F

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

Shades of Granite Green #8F876F

Tints of Granite Green #8F876F

Color information

#8F876F (or 0x8F876F) is unknown color: approx Granite Green. HEX triplet: 8F, 87 and 6F. RGB value is (143,135,111). Sum of RGB (Red+Green+Blue) = 143+135+111=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 143 - color contains mainly: red. Hex color #8F876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F876F is #707890. Grayscale: #868686. Windows color (decimal): -7370897 or 7309199. OLE color: 7309199.

HSL color Cylindrical-coordinate representation of color #8F876F: hue angle of 45º 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 #8F876F is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB143135111-
CMYK00.060.220.44
HSL45º12.6%49.8%-
HSV(B)45º22.38%56.08%-
XYZ22.8624.3218.53-
YUV134.66114.65133.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.76%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 111 (43.75% from 255) = 28.53%
R=36.76%
G=34.70%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313511100.060.220.444512.649.8
Hex8F876F06162C2dd32
Octal217207157062654551562
Binary100011111000011111011110110101101011001011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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