Html Css Color HEX #9DA57B Sage

📋 copy color: '#9DA57B'

red 157 ◦ green 165 ◦ blue 123

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

Shades of Sage #9DA57B

Tints of Sage #9DA57B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.08%

 BLUE value IS 123 (48.44% from 255) = 27.64%

R = 35.28%
G = 37.08%
B = 27.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#9DA57B (or 0x9DA57B) is known color: Sage. HEX triplet: 9D, A5 and 7B. RGB value is (157,165,123). Sum of RGB (Red+Green+Blue) = 157+165+123=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA57B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA57B is #625A84. Grayscale: #9D9D9D. Windows color (decimal): -6445701 or 8103325. OLE color: 8103325.

HSL color Cylindrical-coordinate representation of color #9DA57B: hue angle of 71.43º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DA57B is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 157 165 123 -
CMYK 0.05 0 0.25 0.35
HSL 71.43º 0.19% 0.56% -
HSV(B) 71.43º 0.25% 0.65% -
XYZ 30.93 35.51 23.96 -
YUV 157.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 157 165 123 0.05 0 0.25 0.35 71.43 0.19 0.56
Hex 9D A5 7B 5 0 19 23 47 13 38
Octal 235 245 173 5 0 31 43 107 23 70
Binary 10011101 10100101 1111011 101 0 11001 100011 1000111 10011 111000

Color Harmonies of #9DA57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA57B

Black with #9DA57B

Text Example


Text Example

White with #9DA57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,165,123); }

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

background-color css

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

 a { background-color: rgb(157,165,123); }

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

border-color css

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

 span { border-color: rgb(157,165,123); }

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