#978D59

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

Shades of Granite Green #978D59

Tints of Granite Green #978D59

Color information

#978D59 (or 0x978D59) is unknown color: approx Granite Green. HEX triplet: 97, 8D and 59. RGB value is (151,141,89). Sum of RGB (Red+Green+Blue) = 151+141+89=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #978D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978D59 is #6872A6. Grayscale: #8A8A8A. Windows color (decimal): -6845095 or 5868951. OLE color: 5868951.

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

Color convert

RGB15114189-
CMYK00.070.410.41
HSL50.32º25.83%47.06%-
HSV(B)50.32º41.06%59.22%-
XYZ24.0926.3513.27-
YUV138.06100.31137.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.63%
GREEN value IS 141 (55.47% from 255) = 37.01%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=39.63%
G=37.01%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511418900.070.410.4150.3225.8347.06
Hex978D59072929321a2f
Octal227215131075151623257
Binary10010111100011011011001011110100110100111001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978D59; }

 p { color: rgb(151,141,89); }

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

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

 a { background-color: rgb(151,141,89); }

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

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

 span { border-color: rgb(151,141,89); }

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