Html Css Color HEX #9DA173 Sage

📋 copy color: '#9DA173'

red 157 ◦ green 161 ◦ blue 115

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

Shades of Sage #9DA173

Tints of Sage #9DA173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.56%

R = 36.26%
G = 37.18%
B = 26.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#9DA173 (or 0x9DA173) is known color: Sage. HEX triplet: 9D, A1 and 73. RGB value is (157,161,115). Sum of RGB (Red+Green+Blue) = 157+161+115=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA173 is #625E8C. Grayscale: #9A9A9A. Windows color (decimal): -6446733 or 7578013. OLE color: 7578013.

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

Color convert

RGB 157 161 115 -
CMYK 0.02 0 0.29 0.37
HSL 65.22º 0.2% 0.54% -
HSV(B) 65.22º 0.29% 0.63% -
XYZ 29.74 33.9 21.19 -
YUV 154.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 157 161 115 0.02 0 0.29 0.37 65.22 0.2 0.54
Hex 9D A1 73 2 0 1D 25 41 14 36
Octal 235 241 163 2 0 35 45 101 24 66
Binary 10011101 10100001 1110011 10 0 11101 100101 1000001 10100 110110

Color Harmonies of #9DA173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA173

Black with #9DA173

Text Example


Text Example

White with #9DA173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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