#978A5F

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

Shades of Granite Green #978A5F

Tints of Granite Green #978A5F

Color information

#978A5F (or 0x978A5F) is unknown color: approx Granite Green. HEX triplet: 97, 8A and 5F. RGB value is (151,138,95). Sum of RGB (Red+Green+Blue) = 151+138+95=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 151 - color contains mainly: red. Hex color #978A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978A5F is #6875A0. Grayscale: #898989. Windows color (decimal): -6845857 or 6261399. OLE color: 6261399.

HSL color Cylindrical-coordinate representation of color #978A5F: hue angle of 46.07º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #978A5F is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB15113895-
CMYK00.090.370.41
HSL46.07º22.76%48.24%-
HSV(B)46.07º37.09%59.22%-
XYZ23.9225.5814.5-
YUV136.99104.31138-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.32%
GREEN value IS 138 (54.30% from 255) = 35.94%
BLUE value IS 95 (37.5% from 255) = 24.74%
R=39.32%
G=35.94%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511389500.090.370.4146.0722.7648.24
Hex978A5F0925292e1730
Octal2272121370114551562760
Binary100101111000101010111110100110010110100110111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,138,95); }

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

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

 a { background-color: rgb(151,138,95); }

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

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

 span { border-color: rgb(151,138,95); }

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