Html Css Color HEX #9DA575 Sage

📋 copy color: '#9DA575'

red 157 ◦ green 165 ◦ blue 117

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

Shades of Sage #9DA575

Tints of Sage #9DA575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.65%

R = 35.76%
G = 37.59%
B = 26.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#9DA575 (or 0x9DA575) is known color: Sage. HEX triplet: 9D, A5 and 75. RGB value is (157,165,117). Sum of RGB (Red+Green+Blue) = 157+165+117=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA575 is #625A8A. Grayscale: #9D9D9D. Windows color (decimal): -6445707 or 7710109. OLE color: 7710109.

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

Color convert

RGB 157 165 117 -
CMYK 0.05 0 0.29 0.35
HSL 70º 0.21% 0.55% -
HSV(B) 70º 0.29% 0.65% -
XYZ 30.57 35.36 22.04 -
YUV 157.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 157 165 117 0.05 0 0.29 0.35 70 0.21 0.55
Hex 9D A5 75 5 0 1D 23 46 15 37
Octal 235 245 165 5 0 35 43 106 25 67
Binary 10011101 10100101 1110101 101 0 11101 100011 1000110 10101 110111

Color Harmonies of #9DA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA575

Black with #9DA575

Text Example


Text Example

White with #9DA575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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