#8B8063

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

Shades of Granite Green #8B8063

Tints of Granite Green #8B8063

Color information

#8B8063 (or 0x8B8063) is unknown color: approx Granite Green. HEX triplet: 8B, 80 and 63. RGB value is (139,128,99). Sum of RGB (Red+Green+Blue) = 139+128+99=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8063 is #747F9C. Grayscale: #808080. Windows color (decimal): -7634845 or 6520971. OLE color: 6520971.

HSL color Cylindrical-coordinate representation of color #8B8063: hue angle of 43.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B8063 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB13912899-
CMYK00.080.290.45
HSL43.5º16.81%46.67%-
HSV(B)43.5º28.78%54.51%-
XYZ20.6221.8314.93-
YUV127.98111.64135.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 99 (39.06% from 255) = 27.05%
R=37.98%
G=34.97%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391289900.080.290.4543.516.8146.67
Hex8B8063081D2D2c112f
Octal2132001430103555542157
Binary10001011100000001100011010001110110110110110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,128,99); }

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

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

 a { background-color: rgb(139,128,99); }

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

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

 span { border-color: rgb(139,128,99); }

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