#9DA682

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

Shades of Sage #9DA682

Tints of Sage #9DA682

Color information

#9DA682 (or 0x9DA682) is unknown color: approx Sage. HEX triplet: 9D, A6 and 82. RGB value is (157,166,130). Sum of RGB (Red+Green+Blue) = 157+166+130=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA682 is #62597D. Grayscale: #9F9F9F. Windows color (decimal): -6445438 or 8562333. OLE color: 8562333.

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

Color convert

RGB157166130-
CMYK0.0500.220.35
HSL75º16.82%58.04%-
HSV(B)75º21.69%65.1%-
XYZ31.5736.0526.41-
YUV159.2111.52126.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.66%
GREEN value IS 166 (65.23% from 255) = 36.64%
BLUE value IS 130 (51.17% from 255) = 28.70%
R=34.66%
G=36.64%
B=28.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1571661300.0500.220.357516.8258.04
Hex9DA6825016234b113a
Octal2352462025026431132172
Binary100111011010011010000010101010110100011100101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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