Html Css Color HEX #979E72 Sage

📋 copy color: '#979E72'

red 151 ◦ green 158 ◦ blue 114

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

Shades of Sage #979E72

Tints of Sage #979E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 35.7%
G = 37.35%
B = 26.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#979E72 (or 0x979E72) is known color: Sage. HEX triplet: 97, 9E and 72. RGB value is (151,158,114). Sum of RGB (Red+Green+Blue) = 151+158+114=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 158 - color contains mainly: green. Hex color #979E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979E72 is #68618D. Grayscale: #979797. Windows color (decimal): -6840718 or 7511703. OLE color: 7511703.

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

Color convert

RGB 151 158 114 -
CMYK 0.04 0 0.28 0.38
HSL 69.55º 0.18% 0.53% -
HSV(B) 69.55º 0.28% 0.62% -
XYZ 28.03 32.25 20.67 -
YUV 150.89 107.18 128.08 -
System Red Green Blue C M Y K H S L
Decimal 151 158 114 0.04 0 0.28 0.38 69.55 0.18 0.53
Hex 97 9E 72 4 0 1C 26 46 12 35
Octal 227 236 162 4 0 34 46 106 22 65
Binary 10010111 10011110 1110010 100 0 11100 100110 1000110 10010 110101

Color Harmonies of #979E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979E72

Black with #979E72

Text Example


Text Example

White with #979E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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