#8B8568

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

Shades of Granite Green #8B8568

Tints of Granite Green #8B8568

Color information

#8B8568 (or 0x8B8568) is unknown color: approx Granite Green. HEX triplet: 8B, 85 and 68. RGB value is (139,133,104). Sum of RGB (Red+Green+Blue) = 139+133+104=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8568 is #747A97. Grayscale: #838383. Windows color (decimal): -7633560 or 6849931. OLE color: 6849931.

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

Color convert

RGB139133104-
CMYK00.040.250.45
HSL49.71º14.4%47.65%-
HSV(B)49.71º25.18%54.51%-
XYZ21.5323.2616.45-
YUV131.49112.49133.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=36.97%
G=35.37%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913310400.040.250.4549.7114.447.65
Hex8B856804192D32e30
Octal213205150043155621660
Binary100010111000010111010000100110011011011100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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