#898069

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

Shades of Granite Green #898069

Tints of Granite Green #898069

Color information

#898069 (or 0x898069) is unknown color: approx Granite Green. HEX triplet: 89, 80 and 69. RGB value is (137,128,105). Sum of RGB (Red+Green+Blue) = 137+128+105=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #898069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898069 is #767F96. Grayscale: #808080. Windows color (decimal): -7765911 or 6914185. OLE color: 6914185.

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

Color convert

RGB137128105-
CMYK00.070.230.46
HSL43.13º13.22%47.45%-
HSV(B)43.13º23.36%53.73%-
XYZ20.5921.7816.48-
YUV128.07114.98134.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 105 (41.41% from 255) = 28.38%
R=37.03%
G=34.59%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712810500.070.230.4643.1313.2247.45
Hex89806907172E2bd2f
Octal211200151072756531557
Binary100010011000000011010010111101111011101010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898069; }

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

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

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

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

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

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

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

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