#8C8163

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

Shades of Granite Green #8C8163

Tints of Granite Green #8C8163

Color information

#8C8163 (or 0x8C8163) is unknown color: approx Granite Green. HEX triplet: 8C, 81 and 63. RGB value is (140,129,99). Sum of RGB (Red+Green+Blue) = 140+129+99=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8163 is #737E9C. Grayscale: #818181. Windows color (decimal): -7569053 or 6521228. OLE color: 6521228.

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

Color convert

RGB14012999-
CMYK00.080.290.45
HSL43.9º17.15%46.86%-
HSV(B)43.9º29.29%54.9%-
XYZ20.9222.1814.98-
YUV128.87111.14135.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.04%
GREEN value IS 129 (50.78% from 255) = 35.05%
BLUE value IS 99 (39.06% from 255) = 26.90%
R=38.04%
G=35.05%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401299900.080.290.4543.917.1546.86
Hex8C8163081D2D2c112f
Octal2142011430103555542157
Binary10001100100000011100011010001110110110110110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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