Html Css Color HEX #9DA381 Sage

📋 copy color: '#9DA381'

red 157 ◦ green 163 ◦ blue 129

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

Shades of Sage #9DA381

Tints of Sage #9DA381

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.3%

 BLUE value IS 129 (50.78% from 255) = 28.73%

R = 34.97%
G = 36.3%
B = 28.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#9DA381 (or 0x9DA381) is known color: Sage. HEX triplet: 9D, A3 and 81. RGB value is (157,163,129). Sum of RGB (Red+Green+Blue) = 157+163+129=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA381 is #625C7E. Grayscale: #9D9D9D. Windows color (decimal): -6446207 or 8496029. OLE color: 8496029.

HSL color Cylindrical-coordinate representation of color #9DA381: hue angle of 70.59º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DA381 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 157 163 129 -
CMYK 0.04 0 0.21 0.36
HSL 70.59º 0.16% 0.57% -
HSV(B) 70.59º 0.21% 0.64% -
XYZ 30.96 34.95 25.88 -
YUV 157.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 157 163 129 0.04 0 0.21 0.36 70.59 0.16 0.57
Hex 9D A3 81 4 0 15 24 47 10 39
Octal 235 243 201 4 0 25 44 107 20 71
Binary 10011101 10100011 10000001 100 0 10101 100100 1000111 10000 111001

Color Harmonies of #9DA381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA381

Black with #9DA381

Text Example


Text Example

White with #9DA381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,163,129); }

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

background-color css

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

 a { background-color: rgb(157,163,129); }

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

border-color css

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

 span { border-color: rgb(157,163,129); }

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