#9DA67E

Color #9DA67E Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #9DA67E

Tints of Sage #9DA67E

Color information

#9DA67E (or 0x9DA67E) is unknown color: approx Sage. HEX triplet: 9D, A6 and 7E. RGB value is (157,166,126). Sum of RGB (Red+Green+Blue) = 157+166+126=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA67E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA67E is #625981. Grayscale: #9E9E9E. Windows color (decimal): -6445442 or 8300189. OLE color: 8300189.

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

Color convert

RGB157166126-
CMYK0.0500.240.35
HSL73.5º18.35%57.25%-
HSV(B)73.5º24.1%65.1%-
XYZ31.3135.9525.03-
YUV158.75109.52126.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.97%
GREEN value IS 166 (65.23% from 255) = 36.97%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=34.97%
G=36.97%
B=28.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1571661260.0500.240.3573.518.3557.25
Hex9DA67E5018234a1239
Octal2352461765030431122271
Binary10011101101001101111110101011000100011100101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DA67E;
 }
 .AnyTagClassName
 {
   color: #9DA67E;
 }
</style>
background-color css

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

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

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

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

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

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