#8A8269

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

Shades of Granite Green #8A8269

Tints of Granite Green #8A8269

Color information

#8A8269 (or 0x8A8269) is unknown color: approx Granite Green. HEX triplet: 8A, 82 and 69. RGB value is (138,130,105). Sum of RGB (Red+Green+Blue) = 138+130+105=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8269 is #757D96. Grayscale: #818181. Windows color (decimal): -7699863 or 6914698. OLE color: 6914698.

HSL color Cylindrical-coordinate representation of color #8A8269: hue angle of 45.45º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A8269 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB138130105-
CMYK00.060.240.46
HSL45.45º13.58%47.65%-
HSV(B)45.45º23.91%54.12%-
XYZ21.0122.3916.58-
YUV129.54114.15134.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=37.00%
G=34.85%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813010500.060.240.4645.4513.5847.65
Hex8A826906182E2de30
Octal212202151063056551660
Binary100010101000001011010010110110001011101011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,130,105); }

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

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

 a { background-color: rgb(138,130,105); }

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

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

 span { border-color: rgb(138,130,105); }

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