#8C7E65

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

Shades of Granite Green #8C7E65

Tints of Granite Green #8C7E65

Color information

#8C7E65 (or 0x8C7E65) is unknown color: approx Granite Green. HEX triplet: 8C, 7E and 65. RGB value is (140,126,101). Sum of RGB (Red+Green+Blue) = 140+126+101=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7E65 is #73819A. Grayscale: #7F7F7F. Windows color (decimal): -7569819 or 6651532. OLE color: 6651532.

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

Color convert

RGB140126101-
CMYK00.100.280.45
HSL38.46º16.18%47.25%-
HSV(B)38.46º27.86%54.9%-
XYZ20.6321.4415.36-
YUV127.34113.14137.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.15%
GREEN value IS 126 (49.61% from 255) = 34.33%
BLUE value IS 101 (39.84% from 255) = 27.52%
R=38.15%
G=34.33%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012610100.100.280.4538.4616.1847.25
Hex8C7E650A1C2D26102f
Octal2141761450123455462057
Binary1000110011111101100101010101110010110110011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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