#8B856E

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

Shades of Granite Green #8B856E

Tints of Granite Green #8B856E

Color information

#8B856E (or 0x8B856E) is unknown color: approx Granite Green. HEX triplet: 8B, 85 and 6E. RGB value is (139,133,110). Sum of RGB (Red+Green+Blue) = 139+133+110=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 139 - color contains mainly: red. Hex color #8B856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B856E is #747A91. Grayscale: #848484. Windows color (decimal): -7633554 or 7243147. OLE color: 7243147.

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

Color convert

RGB139133110-
CMYK00.040.210.45
HSL47.59º11.65%48.82%-
HSV(B)47.59º20.86%54.51%-
XYZ21.8523.3918.11-
YUV132.17115.49132.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.39%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=36.39%
G=34.82%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913311000.040.210.4547.5911.6548.82
Hex8B856E04152D30c31
Octal213205156042555601461
Binary100010111000010111011100100101011011011100001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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