#8C8162

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

Shades of Granite Green #8C8162

Tints of Granite Green #8C8162

Color information

#8C8162 (or 0x8C8162) is unknown color: approx Granite Green. HEX triplet: 8C, 81 and 62. RGB value is (140,129,98). Sum of RGB (Red+Green+Blue) = 140+129+98=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8162 is #737E9D. Grayscale: #808080. Windows color (decimal): -7569054 or 6455692. OLE color: 6455692.

HSL color Cylindrical-coordinate representation of color #8C8162: hue angle of 44.29º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C8162 is Cyan = 0, Magento = 0.08, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB14012998-
CMYK00.080.30.45
HSL44.29º17.65%46.67%-
HSV(B)44.29º30%54.9%-
XYZ20.8722.1614.73-
YUV128.76110.64136.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.15%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=38.15%
G=35.15%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401299800.080.30.4544.2917.6546.67
Hex8C8162081E2D2c122f
Octal2142011420103655542257
Binary10001100100000011100010010001111010110110110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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