#8B8466

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

Shades of Granite Green #8B8466

Tints of Granite Green #8B8466

Color information

#8B8466 (or 0x8B8466) is unknown color: approx Granite Green. HEX triplet: 8B, 84 and 66. RGB value is (139,132,102). Sum of RGB (Red+Green+Blue) = 139+132+102=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8466 is #747B99. Grayscale: #828282. Windows color (decimal): -7633818 or 6718603. OLE color: 6718603.

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

Color convert

RGB139132102-
CMYK00.050.270.45
HSL48.65º15.35%47.25%-
HSV(B)48.65º26.62%54.51%-
XYZ21.322.9515.88-
YUV130.67111.82133.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.27%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 102 (40.23% from 255) = 27.35%
R=37.27%
G=35.39%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913210200.050.270.4548.6515.3547.25
Hex8B8466051B2D31f2f
Octal213204146053355611757
Binary100010111000010011001100101110111011011100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,132,102); }

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

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

 a { background-color: rgb(139,132,102); }

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

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

 span { border-color: rgb(139,132,102); }

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