Html Css Color HEX #979F74 Sage

📋 copy color: '#979F74'

red 151 ◦ green 159 ◦ blue 116

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

Shades of Sage #979F74

Tints of Sage #979F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.23%

R = 35.45%
G = 37.32%
B = 27.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#979F74 (or 0x979F74) is known color: Sage. HEX triplet: 97, 9F and 74. RGB value is (151,159,116). Sum of RGB (Red+Green+Blue) = 151+159+116=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 159 - color contains mainly: green. Hex color #979F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F74 is #68608B. Grayscale: #979797. Windows color (decimal): -6840460 or 7643031. OLE color: 7643031.

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

Color convert

RGB 151 159 116 -
CMYK 0.05 0 0.27 0.38
HSL 71.16º 0.18% 0.54% -
HSV(B) 71.16º 0.27% 0.62% -
XYZ 28.31 32.64 21.33 -
YUV 151.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 151 159 116 0.05 0 0.27 0.38 71.16 0.18 0.54
Hex 97 9F 74 5 0 1B 26 47 12 36
Octal 227 237 164 5 0 33 46 107 22 66
Binary 10010111 10011111 1110100 101 0 11011 100110 1000111 10010 110110

Color Harmonies of #979F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979F74

Black with #979F74

Text Example


Text Example

White with #979F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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