#8B8060

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

Shades of Granite Green #8B8060

Tints of Granite Green #8B8060

Color information

#8B8060 (or 0x8B8060) is unknown color: approx Granite Green. HEX triplet: 8B, 80 and 60. RGB value is (139,128,96). Sum of RGB (Red+Green+Blue) = 139+128+96=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8060 is #747F9F. Grayscale: #7F7F7F. Windows color (decimal): -7634848 or 6324363. OLE color: 6324363.

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

Color convert

RGB13912896-
CMYK00.080.310.45
HSL44.65º18.3%46.08%-
HSV(B)44.65º30.94%54.51%-
XYZ20.4821.7714.19-
YUV127.64110.14136.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.29%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=38.29%
G=35.26%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391289600.080.310.4544.6518.346.08
Hex8B8060081F2D2d122e
Octal2132001400103755552256
Binary10001011100000001100000010001111110110110110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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