#8F8161

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

Shades of Granite Green #8F8161

Tints of Granite Green #8F8161

Color information

#8F8161 (or 0x8F8161) is unknown color: approx Granite Green. HEX triplet: 8F, 81 and 61. RGB value is (143,129,97). Sum of RGB (Red+Green+Blue) = 143+129+97=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8161 is #707E9E. Grayscale: #818181. Windows color (decimal): -7372447 or 6390159. OLE color: 6390159.

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

Color convert

RGB14312997-
CMYK00.100.320.44
HSL41.74º19.17%47.06%-
HSV(B)41.74º32.17%56.08%-
XYZ21.3422.414.51-
YUV129.54109.64137.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.75%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=38.75%
G=34.96%
B=26.29%

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
Decimal1431299700.100.320.4441.7419.1747.06
Hex8F81610A202C2a132f
Octal2172011410124054522357
Binary100011111000000111000010101010000010110010101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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