Html Css Color HEX #9DAA79 Sage

📋 copy color: '#9DAA79'

red 157 ◦ green 170 ◦ blue 121

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

Shades of Sage #9DAA79

Tints of Sage #9DAA79

RGB

 RED value IS 157 (61.72% from 255) = 35.04%

 GREEN value IS 170 (66.8% from 255) = 37.95%

 BLUE value IS 121 (47.66% from 255) = 27.01%

R = 35.04%
G = 37.95%
B = 27.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#9DAA79 (or 0x9DAA79) is known color: Sage. HEX triplet: 9D, AA and 79. RGB value is (157,170,121). Sum of RGB (Red+Green+Blue) = 157+170+121=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAA79 is #625586. Grayscale: #A0A0A0. Windows color (decimal): -6444423 or 7973533. OLE color: 7973533.

HSL color Cylindrical-coordinate representation of color #9DAA79: hue angle of 75.92º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DAA79 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 170 121 -
CMYK 0.08 0 0.29 0.33
HSL 75.92º 0.22% 0.57% -
HSV(B) 75.92º 0.29% 0.67% -
XYZ 31.73 37.3 23.62 -
YUV 160.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 157 170 121 0.08 0 0.29 0.33 75.92 0.22 0.57
Hex 9D AA 79 8 0 1D 21 4C 16 39
Octal 235 252 171 10 0 35 41 114 26 71
Binary 10011101 10101010 1111001 1000 0 11101 100001 1001100 10110 111001

Color Harmonies of #9DAA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAA79

Black with #9DAA79

Text Example


Text Example

White with #9DAA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DAA79; }

 p { color: rgb(157,170,121); }

 H1.HeaderClassName
 {
   color: #9DAA79;
 }
 .AnyTagClassName
 {
   color: #9DAA79;
 }
</style>

background-color css

<style>
 a { background-color: #9DAA79; }

 a { background-color: rgb(157,170,121); }

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

border-color css

<style>
 span { border-color: #9DAA79; }

 span { border-color: rgb(157,170,121); }

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