#9AAB71

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

Shades of Sage #9AAB71

Tints of Sage #9AAB71

Color information

#9AAB71 (or 0x9AAB71) is unknown color: approx Sage. HEX triplet: 9A, AB and 71. RGB value is (154,171,113). Sum of RGB (Red+Green+Blue) = 154+171+113=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAB71 is #65548E. Grayscale: #9F9F9F. Windows color (decimal): -6640783 or 7449498. OLE color: 7449498.

HSL color Cylindrical-coordinate representation of color #9AAB71: hue angle of 77.59º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AAB71 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB154171113-
CMYK0.1000.340.33
HSL77.59º25.66%55.69%-
HSV(B)77.59º33.92%67.06%-
XYZ30.8737.1921.17-
YUV159.3101.87124.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.16%
GREEN value IS 171 (67.19% from 255) = 39.04%
BLUE value IS 113 (44.53% from 255) = 25.80%
R=35.16%
G=39.04%
B=25.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541711130.1000.340.3377.5925.6655.69
Hex9AAB71A022214e1a38
Octal23225316112042411163270
Binary1001101010101011111000110100100010100001100111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,171,113); }

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

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

 a { background-color: rgb(154,171,113); }

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

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

 span { border-color: rgb(154,171,113); }

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