#8B856A

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

Shades of Granite Green #8B856A

Tints of Granite Green #8B856A

Color information

#8B856A (or 0x8B856A) is unknown color: approx Granite Green. HEX triplet: 8B, 85 and 6A. RGB value is (139,133,106). Sum of RGB (Red+Green+Blue) = 139+133+106=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B856A is #747A95. Grayscale: #838383. Windows color (decimal): -7633558 or 6981003. OLE color: 6981003.

HSL color Cylindrical-coordinate representation of color #8B856A: hue angle of 49.09º degrees, saturation: 0.13, 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 #8B856A is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB139133106-
CMYK00.040.240.45
HSL49.09º13.47%48.04%-
HSV(B)49.09º23.74%54.51%-
XYZ21.6423.316.99-
YUV131.72113.49133.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.77%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=36.77%
G=35.19%
B=28.04%

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
Decimal13913310600.040.240.4549.0913.4748.04
Hex8B856A04182D31d30
Octal213205152043055611560
Binary100010111000010111010100100110001011011100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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