Html Css Color HEX #979D78 Sage

📋 copy color: '#979D78'

red 151 ◦ green 157 ◦ blue 120

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

Shades of Sage #979D78

Tints of Sage #979D78

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.68%

 BLUE value IS 120 (47.27% from 255) = 28.04%

R = 35.28%
G = 36.68%
B = 28.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#979D78 (or 0x979D78) is known color: Sage. HEX triplet: 97, 9D and 78. RGB value is (151,157,120). Sum of RGB (Red+Green+Blue) = 151+157+120=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 157 - color contains mainly: green. Hex color #979D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979D78 is #686287. Grayscale: #979797. Windows color (decimal): -6840968 or 7904663. OLE color: 7904663.

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

Color convert

RGB 151 157 120 -
CMYK 0.04 0 0.24 0.38
HSL 69.73º 0.16% 0.54% -
HSV(B) 69.73º 0.24% 0.62% -
XYZ 28.21 32.05 22.47 -
YUV 150.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 151 157 120 0.04 0 0.24 0.38 69.73 0.16 0.54
Hex 97 9D 78 4 0 18 26 46 10 36
Octal 227 235 170 4 0 30 46 106 20 66
Binary 10010111 10011101 1111000 100 0 11000 100110 1000110 10000 110110

Color Harmonies of #979D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979D78

Black with #979D78

Text Example


Text Example

White with #979D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,157,120); }

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

background-color css

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

 a { background-color: rgb(151,157,120); }

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

border-color css

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

 span { border-color: rgb(151,157,120); }

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