#9AA77E

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

Shades of Sage #9AA77E

Tints of Sage #9AA77E

Color information

#9AA77E (or 0x9AA77E) is unknown color: approx Sage. HEX triplet: 9A, A7 and 7E. RGB value is (154,167,126). Sum of RGB (Red+Green+Blue) = 154+167+126=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 167 - color contains mainly: green. Hex color #9AA77E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA77E is #655881. Grayscale: #9E9E9E. Windows color (decimal): -6641794 or 8300442. OLE color: 8300442.

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

Color convert

RGB154167126-
CMYK0.0800.250.35
HSL79.02º18.89%57.45%-
HSV(B)79.02º24.55%65.49%-
XYZ30.9136.0125.06-
YUV158.44109.69124.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.45%
GREEN value IS 167 (65.62% from 255) = 37.36%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=34.45%
G=37.36%
B=28.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1541671260.0800.250.3579.0218.8957.45
Hex9AA77E8019234f1339
Octal23224717610031431172371
Binary100110101010011111111101000011001100011100111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,167,126); }

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

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

 a { background-color: rgb(154,167,126); }

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

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

 span { border-color: rgb(154,167,126); }

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