Html Css Color HEX #978660 Granite Green

📋 copy color: '#978660'

red 151 ◦ green 134 ◦ blue 96

#978660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granite Green #978660

Tints of Granite Green #978660

RGB

 RED value IS 151 (59.38% from 255) = 39.63%

 GREEN value IS 134 (52.73% from 255) = 35.17%

 BLUE value IS 96 (37.89% from 255) = 25.2%

R = 39.63%
G = 35.17%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#978660 (or 0x978660) is known color: Granite Green. HEX triplet: 97, 86 and 60. RGB value is (151,134,96). Sum of RGB (Red+Green+Blue) = 151+134+96=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #978660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978660 is #68799F. Grayscale: #868686. Windows color (decimal): -6846880 or 6325911. OLE color: 6325911.

HSL color Cylindrical-coordinate representation of color #978660: hue angle of 41.45º 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 #978660 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 134 96 -
CMYK 0 0.11 0.36 0.41
HSL 41.45º 0.22% 0.48% -
HSV(B) 41.45º 0.36% 0.59% -
XYZ 23.4 24.47 14.56 -
YUV 134.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 151 134 96 0 0.11 0.36 0.41 41.45 0.22 0.48
Hex 97 86 60 0 B 24 29 29 16 30
Octal 227 206 140 0 13 44 51 51 26 60
Binary 10010111 10000110 1100000 0 1011 100100 101001 101001 10110 110000

Color Harmonies of #978660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978660

Black with #978660

Text Example


Text Example

White with #978660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978660; }

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

 H1.HeaderClassName
 {
   color: #978660;
 }
 .AnyTagClassName
 {
   color: #978660;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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