#8A8169

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

Shades of Granite Green #8A8169

Tints of Granite Green #8A8169

Color information

#8A8169 (or 0x8A8169) is unknown color: approx Granite Green. HEX triplet: 8A, 81 and 69. RGB value is (138,129,105). Sum of RGB (Red+Green+Blue) = 138+129+105=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8169 is #757E96. Grayscale: #818181. Windows color (decimal): -7700119 or 6914442. OLE color: 6914442.

HSL color Cylindrical-coordinate representation of color #8A8169: hue angle of 43.64º 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 #8A8169 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB138129105-
CMYK00.070.240.46
HSL43.64º13.58%47.65%-
HSV(B)43.64º23.91%54.12%-
XYZ20.8822.1216.53-
YUV128.96114.48134.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.10%
GREEN value IS 129 (50.78% from 255) = 34.68%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=37.10%
G=34.68%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812910500.070.240.4643.6413.5847.65
Hex8A816907182E2ce30
Octal212201151073056541660
Binary100010101000000111010010111110001011101011001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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