#8F8061

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

Shades of Granite Green #8F8061

Tints of Granite Green #8F8061

Color information

#8F8061 (or 0x8F8061) is unknown color: approx Granite Green. HEX triplet: 8F, 80 and 61. RGB value is (143,128,97). Sum of RGB (Red+Green+Blue) = 143+128+97=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8061 is #707F9E. Grayscale: #818181. Windows color (decimal): -7372703 or 6389903. OLE color: 6389903.

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

Color convert

RGB14312897-
CMYK00.100.320.44
HSL40.43º19.17%47.06%-
HSV(B)40.43º32.17%56.08%-
XYZ21.222.1414.47-
YUV128.95109.97138.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.86%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 97 (38.28% from 255) = 26.36%
R=38.86%
G=34.78%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431289700.100.320.4440.4319.1747.06
Hex8F80610A202C28132f
Octal2172001410124054502357
Binary100011111000000011000010101010000010110010100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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