#8B8670

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

Shades of Granite Green #8B8670

Tints of Granite Green #8B8670

Color information

#8B8670 (or 0x8B8670) is unknown color: approx Granite Green. HEX triplet: 8B, 86 and 70. RGB value is (139,134,112). Sum of RGB (Red+Green+Blue) = 139+134+112=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8670 is #74798F. Grayscale: #858585. Windows color (decimal): -7633296 or 7374475. OLE color: 7374475.

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

Color convert

RGB139134112-
CMYK00.040.190.45
HSL48.89º10.76%49.22%-
HSV(B)48.89º19.42%54.51%-
XYZ22.123.7118.74-
YUV132.99116.16132.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.10%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=36.10%
G=34.81%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913411200.040.190.4548.8910.7649.22
Hex8B867004132D31b31
Octal213206160042355611361
Binary100010111000011011100000100100111011011100011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,134,112); }

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

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

 a { background-color: rgb(139,134,112); }

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

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

 span { border-color: rgb(139,134,112); }

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