Html Css Color HEX #979F73 Sage

📋 copy color: '#979F73'

red 151 ◦ green 159 ◦ blue 115

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

Shades of Sage #979F73

Tints of Sage #979F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.06%

R = 35.53%
G = 37.41%
B = 27.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#979F73 (or 0x979F73) is known color: Sage. HEX triplet: 97, 9F and 73. RGB value is (151,159,115). Sum of RGB (Red+Green+Blue) = 151+159+115=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 159 - color contains mainly: green. Hex color #979F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F73 is #68608C. Grayscale: #979797. Windows color (decimal): -6840461 or 7577495. OLE color: 7577495.

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

Color convert

RGB 151 159 115 -
CMYK 0.05 0 0.28 0.38
HSL 70.91º 0.19% 0.54% -
HSV(B) 70.91º 0.28% 0.62% -
XYZ 28.26 32.61 21.03 -
YUV 151.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 151 159 115 0.05 0 0.28 0.38 70.91 0.19 0.54
Hex 97 9F 73 5 0 1C 26 47 13 36
Octal 227 237 163 5 0 34 46 107 23 66
Binary 10010111 10011111 1110011 101 0 11100 100110 1000111 10011 110110

Color Harmonies of #979F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979F73

Black with #979F73

Text Example


Text Example

White with #979F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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