#989059

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

Shades of Granite Green #989059

Tints of Granite Green #989059

Color information

#989059 (or 0x989059) is unknown color: approx Granite Green. HEX triplet: 98, 90 and 59. RGB value is (152,144,89). Sum of RGB (Red+Green+Blue) = 152+144+89=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #989059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989059 is #676FA6. Grayscale: #8C8C8C. Windows color (decimal): -6778791 or 5869720. OLE color: 5869720.

HSL color Cylindrical-coordinate representation of color #989059: hue angle of 52.38º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #989059 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB15214489-
CMYK00.050.410.40
HSL52.38º26.14%47.25%-
HSV(B)52.38º41.45%59.61%-
XYZ24.7327.3413.43-
YUV140.1299.15136.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.48%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 89 (35.16% from 255) = 23.12%
R=39.48%
G=37.40%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521448900.050.410.4052.3826.1447.25
Hex989059052928341a2f
Octal230220131055150643257
Binary10011000100100001011001010110100110100011010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989059; }

 p { color: rgb(152,144,89); }

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

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

 a { background-color: rgb(152,144,89); }

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

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

 span { border-color: rgb(152,144,89); }

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