Html Css Color HEX #9DA174 Sage

📋 copy color: '#9DA174'

red 157 ◦ green 161 ◦ blue 116

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

Shades of Sage #9DA174

Tints of Sage #9DA174

RGB

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

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

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

R = 36.18%
G = 37.1%
B = 26.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#9DA174 (or 0x9DA174) is known color: Sage. HEX triplet: 9D, A1 and 74. RGB value is (157,161,116). Sum of RGB (Red+Green+Blue) = 157+161+116=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA174 is #625E8B. Grayscale: #9A9A9A. Windows color (decimal): -6446732 or 7643549. OLE color: 7643549.

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

Color convert

RGB 157 161 116 -
CMYK 0.02 0 0.28 0.37
HSL 65.33º 0.19% 0.54% -
HSV(B) 65.33º 0.28% 0.63% -
XYZ 29.8 33.92 21.5 -
YUV 154.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 157 161 116 0.02 0 0.28 0.37 65.33 0.19 0.54
Hex 9D A1 74 2 0 1C 25 41 13 36
Octal 235 241 164 2 0 34 45 101 23 66
Binary 10011101 10100001 1110100 10 0 11100 100101 1000001 10011 110110

Color Harmonies of #9DA174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA174

Black with #9DA174

Text Example


Text Example

White with #9DA174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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