Html Css Color HEX #979F70 Sage

📋 copy color: '#979F70'

red 151 ◦ green 159 ◦ blue 112

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

Shades of Sage #979F70

Tints of Sage #979F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.68%

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 35.78%
G = 37.68%
B = 26.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#979F70 (or 0x979F70) is known color: Sage. HEX triplet: 97, 9F and 70. RGB value is (151,159,112). Sum of RGB (Red+Green+Blue) = 151+159+112=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 159 - color contains mainly: green. Hex color #979F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F70 is #68608F. Grayscale: #979797. Windows color (decimal): -6840464 or 7380887. OLE color: 7380887.

HSL color Cylindrical-coordinate representation of color #979F70: hue angle of 70.21º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #979F70 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 159 112 -
CMYK 0.05 0 0.30 0.38
HSL 70.21º 0.2% 0.53% -
HSV(B) 70.21º 0.3% 0.62% -
XYZ 28.09 32.55 20.13 -
YUV 151.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 151 159 112 0.05 0 0.30 0.38 70.21 0.2 0.53
Hex 97 9F 70 5 0 1E 26 46 14 35
Octal 227 237 160 5 0 36 46 106 24 65
Binary 10010111 10011111 1110000 101 0 11110 100110 1000110 10100 110101

Color Harmonies of #979F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979F70

Black with #979F70

Text Example


Text Example

White with #979F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979F70; }

 p { color: rgb(151,159,112); }

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

background-color css

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

 a { background-color: rgb(151,159,112); }

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

border-color css

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

 span { border-color: rgb(151,159,112); }

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