#8C8166

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

Shades of Granite Green #8C8166

Tints of Granite Green #8C8166

Color information

#8C8166 (or 0x8C8166) is unknown color: approx Granite Green. HEX triplet: 8C, 81 and 66. RGB value is (140,129,102). Sum of RGB (Red+Green+Blue) = 140+129+102=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8166 is #737E99. Grayscale: #818181. Windows color (decimal): -7569050 or 6717836. OLE color: 6717836.

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

Color convert

RGB140129102-
CMYK00.080.270.45
HSL42.63º15.7%47.45%-
HSV(B)42.63º27.14%54.9%-
XYZ21.0622.2415.75-
YUV129.21112.64135.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.74%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=37.74%
G=34.77%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012910200.080.270.4542.6315.747.45
Hex8C8166081B2D2b102f
Octal2142011460103355532057
Binary10001100100000011100110010001101110110110101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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