#978760

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

Shades of Granite Green #978760

Tints of Granite Green #978760

Color information

#978760 (or 0x978760) is unknown color: approx Granite Green. HEX triplet: 97, 87 and 60. RGB value is (151,135,96). Sum of RGB (Red+Green+Blue) = 151+135+96=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 151 - color contains mainly: red. Hex color #978760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978760 is #68789F. Grayscale: #878787. Windows color (decimal): -6846624 or 6326167. OLE color: 6326167.

HSL color Cylindrical-coordinate representation of color #978760: hue angle of 42.55º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978760 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB15113596-
CMYK00.110.360.41
HSL42.55º22.27%48.43%-
HSV(B)42.55º36.42%59.22%-
XYZ23.5424.7514.6-
YUV135.34105.8139.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.53%
GREEN value IS 135 (53.12% from 255) = 35.34%
BLUE value IS 96 (37.89% from 255) = 25.13%
R=39.53%
G=35.34%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511359600.110.360.4142.5522.2748.43
Hex9787600B24292b1630
Octal2272071400134451532660
Binary100101111000011111000000101110010010100110101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978760; }

 p { color: rgb(151,135,96); }

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

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

 a { background-color: rgb(151,135,96); }

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

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

 span { border-color: rgb(151,135,96); }

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