#8B8570

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

Shades of Granite Green #8B8570

Tints of Granite Green #8B8570

Color information

#8B8570 (or 0x8B8570) is unknown color: approx Granite Green. HEX triplet: 8B, 85 and 70. RGB value is (139,133,112). Sum of RGB (Red+Green+Blue) = 139+133+112=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8570 is #747A8F. Grayscale: #848484. Windows color (decimal): -7633552 or 7374219. OLE color: 7374219.

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

Color convert

RGB139133112-
CMYK00.040.190.45
HSL46.67º10.76%49.22%-
HSV(B)46.67º19.42%54.51%-
XYZ21.9623.4318.7-
YUV132.4116.49132.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.20%
GREEN value IS 133 (52.34% from 255) = 34.64%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=36.20%
G=34.64%
B=29.17%

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
Decimal13913311200.040.190.4546.6710.7649.22
Hex8B857004132D2fb31
Octal213205160042355571361
Binary100010111000010111100000100100111011011011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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