#8B7E60

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

Shades of Granite Green #8B7E60

Tints of Granite Green #8B7E60

Color information

#8B7E60 (or 0x8B7E60) is unknown color: approx Granite Green. HEX triplet: 8B, 7E and 60. RGB value is (139,126,96). Sum of RGB (Red+Green+Blue) = 139+126+96=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E60 is #74819F. Grayscale: #7E7E7E. Windows color (decimal): -7635360 or 6323851. OLE color: 6323851.

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

Color convert

RGB13912696-
CMYK00.090.310.45
HSL41.86º18.3%46.08%-
HSV(B)41.86º30.94%54.51%-
XYZ20.2221.2614.1-
YUV126.47110.81136.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.50%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=38.50%
G=34.90%
B=26.59%

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
Decimal1391269600.090.310.4541.8618.346.08
Hex8B7E60091F2D2a122e
Octal2131761400113755522256
Binary1000101111111101100000010011111110110110101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,126,96); }

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

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

 a { background-color: rgb(139,126,96); }

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

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

 span { border-color: rgb(139,126,96); }

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