#8c8360

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

Shades of Granite Green #8C8360

Tints of Granite Green #8C8360

Color information

#8C8360 (or 0x8C8360) is unknown color: approx Granite Green. HEX triplet: 8C, 83 and 60. RGB value is (140,131,96). Sum of RGB (Red+Green+Blue) = 140+131+96=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8360 is #737C9F. Grayscale: #818181. Windows color (decimal): -7568544 or 6325132. OLE color: 6325132.

HSL color Cylindrical-coordinate representation of color #8C8360: hue angle of 47.73º 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 #8C8360 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB14013196-
CMYK00.060.310.45
HSL47.73º18.64%46.27%-
HSV(B)47.73º31.43%54.9%-
XYZ21.0422.6514.33-
YUV129.7108.98135.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.15%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=38.15%
G=35.69%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401319600.060.310.4547.7318.6446.27
Hex8C8360061F2D30132e
Octal214203140063755602356
Binary1000110010000011110000001101111110110111000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c8360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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