#8B8569

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

Shades of Granite Green #8B8569

Tints of Granite Green #8B8569

Color information

#8B8569 (or 0x8B8569) is unknown color: approx Granite Green. HEX triplet: 8B, 85 and 69. RGB value is (139,133,105). Sum of RGB (Red+Green+Blue) = 139+133+105=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8569 is #747A96. Grayscale: #838383. Windows color (decimal): -7633559 or 6915467. OLE color: 6915467.

HSL color Cylindrical-coordinate representation of color #8B8569: hue angle of 49.41º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B8569 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB139133105-
CMYK00.040.240.45
HSL49.41º13.93%47.84%-
HSV(B)49.41º24.46%54.51%-
XYZ21.5823.2816.72-
YUV131.6112.99133.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 105 (41.41% from 255) = 27.85%
R=36.87%
G=35.28%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913310500.040.240.4549.4113.9347.84
Hex8B856904182D31e30
Octal213205151043055611660
Binary100010111000010111010010100110001011011100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,133,105); }

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

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

 a { background-color: rgb(139,133,105); }

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

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

 span { border-color: rgb(139,133,105); }

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