Html Css Color HEX #9DA179 Sage

📋 copy color: '#9DA179'

red 157 ◦ green 161 ◦ blue 121

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

Shades of Sage #9DA179

Tints of Sage #9DA179

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.67%

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

R = 35.76%
G = 36.67%
B = 27.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#9DA179 (or 0x9DA179) is known color: Sage. HEX triplet: 9D, A1 and 79. RGB value is (157,161,121). Sum of RGB (Red+Green+Blue) = 157+161+121=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA179 is #625E86. Grayscale: #9B9B9B. Windows color (decimal): -6446727 or 7971229. OLE color: 7971229.

HSL color Cylindrical-coordinate representation of color #9DA179: hue angle of 66º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DA179 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 157 161 121 -
CMYK 0.02 0 0.25 0.37
HSL 66º 0.18% 0.55% -
HSV(B) 66º 0.25% 0.63% -
XYZ 30.1 34.04 23.07 -
YUV 155.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 157 161 121 0.02 0 0.25 0.37 66 0.18 0.55
Hex 9D A1 79 2 0 19 25 42 12 37
Octal 235 241 171 2 0 31 45 102 22 67
Binary 10011101 10100001 1111001 10 0 11001 100101 1000010 10010 110111

Color Harmonies of #9DA179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA179

Black with #9DA179

Text Example


Text Example

White with #9DA179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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