#8F8162

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

Shades of Granite Green #8F8162

Tints of Granite Green #8F8162

Color information

#8F8162 (or 0x8F8162) is unknown color: approx Granite Green. HEX triplet: 8F, 81 and 62. RGB value is (143,129,98). Sum of RGB (Red+Green+Blue) = 143+129+98=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8162 is #707E9D. Grayscale: #818181. Windows color (decimal): -7372446 or 6455695. OLE color: 6455695.

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

Color convert

RGB14312998-
CMYK00.100.310.44
HSL41.33º18.67%47.25%-
HSV(B)41.33º31.47%56.08%-
XYZ21.3822.4214.76-
YUV129.65110.14137.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.65%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 98 (38.67% from 255) = 26.49%
R=38.65%
G=34.86%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431299800.100.310.4441.3318.6747.25
Hex8F81620A1F2C29132f
Octal2172011420123754512357
Binary10001111100000011100010010101111110110010100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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