#8F8361

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

Shades of Granite Green #8F8361

Tints of Granite Green #8F8361

Color information

#8F8361 (or 0x8F8361) is unknown color: approx Granite Green. HEX triplet: 8F, 83 and 61. RGB value is (143,131,97). Sum of RGB (Red+Green+Blue) = 143+131+97=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8361 is #707C9E. Grayscale: #828282. Windows color (decimal): -7371935 or 6390671. OLE color: 6390671.

HSL color Cylindrical-coordinate representation of color #8F8361: hue angle of 44.35º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F8361 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB14313197-
CMYK00.080.320.44
HSL44.35º19.17%47.06%-
HSV(B)44.35º32.17%56.08%-
XYZ21.622.9414.6-
YUV130.71108.98136.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=38.54%
G=35.31%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431319700.080.320.4444.3519.1747.06
Hex8F836108202C2c132f
Octal2172031410104054542357
Binary100011111000001111000010100010000010110010110010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,131,97); }

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

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

 a { background-color: rgb(143,131,97); }

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

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

 span { border-color: rgb(143,131,97); }

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