#8C8060

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

Shades of Granite Green #8C8060

Tints of Granite Green #8C8060

Color information

#8C8060 (or 0x8C8060) is unknown color: approx Granite Green. HEX triplet: 8C, 80 and 60. RGB value is (140,128,96). Sum of RGB (Red+Green+Blue) = 140+128+96=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8060 is #737F9F. Grayscale: #808080. Windows color (decimal): -7569312 or 6324364. OLE color: 6324364.

HSL color Cylindrical-coordinate representation of color #8C8060: hue angle of 43.64º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C8060 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB14012896-
CMYK00.090.310.45
HSL43.64º18.64%46.27%-
HSV(B)43.64º31.43%54.9%-
XYZ20.6521.8614.2-
YUV127.94109.98136.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.46%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=38.46%
G=35.16%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401289600.090.310.4543.6418.6446.27
Hex8C8060091F2D2c132e
Octal2142001400113755542356
Binary10001100100000001100000010011111110110110110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,128,96); }

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

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

 a { background-color: rgb(140,128,96); }

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

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

 span { border-color: rgb(140,128,96); }

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