#898169

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

Shades of Granite Green #898169

Tints of Granite Green #898169

Color information

#898169 (or 0x898169) is unknown color: approx Granite Green. HEX triplet: 89, 81 and 69. RGB value is (137,129,105). Sum of RGB (Red+Green+Blue) = 137+129+105=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #898169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898169 is #767E96. Grayscale: #808080. Windows color (decimal): -7765655 or 6914441. OLE color: 6914441.

HSL color Cylindrical-coordinate representation of color #898169: hue angle of 45º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #898169 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB137129105-
CMYK00.060.230.46
HSL45º13.22%47.45%-
HSV(B)45º23.36%53.73%-
XYZ20.7222.0416.53-
YUV128.66114.65133.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.93%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=36.93%
G=34.77%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712910500.060.230.464513.2247.45
Hex89816906172E2dd2f
Octal211201151062756551557
Binary100010011000000111010010110101111011101011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898169; }

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

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

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

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

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

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

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

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