#8A8063

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

Shades of Granite Green #8A8063

Tints of Granite Green #8A8063

Color information

#8A8063 (or 0x8A8063) is unknown color: approx Granite Green. HEX triplet: 8A, 80 and 63. RGB value is (138,128,99). Sum of RGB (Red+Green+Blue) = 138+128+99=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8063 is #757F9C. Grayscale: #7F7F7F. Windows color (decimal): -7700381 or 6520970. OLE color: 6520970.

HSL color Cylindrical-coordinate representation of color #8A8063: hue angle of 44.62º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A8063 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB13812899-
CMYK00.070.280.46
HSL44.62º16.46%46.47%-
HSV(B)44.62º28.26%54.12%-
XYZ20.4521.7414.92-
YUV127.68111.81135.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.81%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 99 (39.06% from 255) = 27.12%
R=37.81%
G=35.07%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381289900.070.280.4644.6216.4646.47
Hex8A8063071C2E2d102e
Octal212200143073456552056
Binary1000101010000000110001101111110010111010110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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