#8C8265

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

Shades of Granite Green #8C8265

Tints of Granite Green #8C8265

Color information

#8C8265 (or 0x8C8265) is unknown color: approx Granite Green. HEX triplet: 8C, 82 and 65. RGB value is (140,130,101). Sum of RGB (Red+Green+Blue) = 140+130+101=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8265 is #737D9A. Grayscale: #818181. Windows color (decimal): -7568795 or 6652556. OLE color: 6652556.

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

Color convert

RGB140130101-
CMYK00.070.280.45
HSL44.62º16.18%47.25%-
HSV(B)44.62º27.86%54.9%-
XYZ21.1522.4815.54-
YUV129.68111.81135.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.74%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 101 (39.84% from 255) = 27.22%
R=37.74%
G=35.04%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013010100.070.280.4544.6216.1847.25
Hex8C8265071C2D2d102f
Octal214202145073455552057
Binary1000110010000010110010101111110010110110110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,130,101); }

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

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

 a { background-color: rgb(140,130,101); }

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

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

 span { border-color: rgb(140,130,101); }

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