#998E59

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

Shades of Granite Green #998E59

Tints of Granite Green #998E59

Color information

#998E59 (or 0x998E59) is unknown color: approx Granite Green. HEX triplet: 99, 8E and 59. RGB value is (153,142,89). Sum of RGB (Red+Green+Blue) = 153+142+89=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #998E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E59 is #6671A6. Grayscale: #8B8B8B. Windows color (decimal): -6713767 or 5869209. OLE color: 5869209.

HSL color Cylindrical-coordinate representation of color #998E59: hue angle of 49.69º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #998E59 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB15314289-
CMYK00.070.420.4
HSL49.69º26.45%47.45%-
HSV(B)49.69º41.83%60%-
XYZ24.6126.8413.33-
YUV139.2599.64137.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 142 (55.86% from 255) = 36.98%
BLUE value IS 89 (35.16% from 255) = 23.18%
R=39.84%
G=36.98%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531428900.070.420.449.6926.4547.45
Hex998E59072A28321a2f
Octal231216131075250623257
Binary10011001100011101011001011110101010100011001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998E59; }

 p { color: rgb(153,142,89); }

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

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

 a { background-color: rgb(153,142,89); }

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

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

 span { border-color: rgb(153,142,89); }

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