Html Css Color HEX #9DA671 Sage

📋 copy color: '#9DA671'

red 157 ◦ green 166 ◦ blue 113

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

Shades of Sage #9DA671

Tints of Sage #9DA671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.07%

 BLUE value IS 113 (44.53% from 255) = 25.92%

R = 36.01%
G = 38.07%
B = 25.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#9DA671 (or 0x9DA671) is known color: Sage. HEX triplet: 9D, A6 and 71. RGB value is (157,166,113). Sum of RGB (Red+Green+Blue) = 157+166+113=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA671 is #62598E. Grayscale: #9D9D9D. Windows color (decimal): -6445455 or 7448221. OLE color: 7448221.

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

Color convert

RGB 157 166 113 -
CMYK 0.05 0 0.32 0.35
HSL 70.19º 0.23% 0.55% -
HSV(B) 70.19º 0.32% 0.65% -
XYZ 30.52 35.63 20.89 -
YUV 157.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 157 166 113 0.05 0 0.32 0.35 70.19 0.23 0.55
Hex 9D A6 71 5 0 20 23 46 17 37
Octal 235 246 161 5 0 40 43 106 27 67
Binary 10011101 10100110 1110001 101 0 100000 100011 1000110 10111 110111

Color Harmonies of #9DA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA671

Black with #9DA671

Text Example


Text Example

White with #9DA671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,166,113); }

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

background-color css

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

 a { background-color: rgb(157,166,113); }

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

border-color css

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

 span { border-color: rgb(157,166,113); }

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