Html Css Color HEX #9DA574 Sage

📋 copy color: '#9DA574'

red 157 ◦ green 165 ◦ blue 116

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

Shades of Sage #9DA574

Tints of Sage #9DA574

RGB

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

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

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

R = 35.84%
G = 37.67%
B = 26.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#9DA574 (or 0x9DA574) is known color: Sage. HEX triplet: 9D, A5 and 74. RGB value is (157,165,116). Sum of RGB (Red+Green+Blue) = 157+165+116=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA574 is #625A8B. Grayscale: #9D9D9D. Windows color (decimal): -6445708 or 7644573. OLE color: 7644573.

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

Color convert

RGB 157 165 116 -
CMYK 0.05 0 0.30 0.35
HSL 69.8º 0.21% 0.55% -
HSV(B) 69.8º 0.3% 0.65% -
XYZ 30.51 35.34 21.74 -
YUV 157.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 157 165 116 0.05 0 0.30 0.35 69.8 0.21 0.55
Hex 9D A5 74 5 0 1E 23 46 15 37
Octal 235 245 164 5 0 36 43 106 25 67
Binary 10011101 10100101 1110100 101 0 11110 100011 1000110 10101 110111

Color Harmonies of #9DA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA574

Black with #9DA574

Text Example


Text Example

White with #9DA574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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