Html Css Color HEX #979E70 Sage

📋 copy color: '#979E70'

red 151 ◦ green 158 ◦ blue 112

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

Shades of Sage #979E70

Tints of Sage #979E70

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.53%

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

R = 35.87%
G = 37.53%
B = 26.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#979E70 (or 0x979E70) is known color: Sage. HEX triplet: 97, 9E and 70. RGB value is (151,158,112). Sum of RGB (Red+Green+Blue) = 151+158+112=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 158 - color contains mainly: green. Hex color #979E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979E70 is #68618F. Grayscale: #969696. Windows color (decimal): -6840720 or 7380631. OLE color: 7380631.

HSL color Cylindrical-coordinate representation of color #979E70: hue angle of 69.13º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #979E70 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 158 112 -
CMYK 0.04 0 0.29 0.38
HSL 69.13º 0.19% 0.53% -
HSV(B) 69.13º 0.29% 0.62% -
XYZ 27.91 32.2 20.07 -
YUV 150.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 151 158 112 0.04 0 0.29 0.38 69.13 0.19 0.53
Hex 97 9E 70 4 0 1D 26 45 13 35
Octal 227 236 160 4 0 35 46 105 23 65
Binary 10010111 10011110 1110000 100 0 11101 100110 1000101 10011 110101

Color Harmonies of #979E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979E70

Black with #979E70

Text Example


Text Example

White with #979E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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