#9AA277

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

Shades of Sage #9AA277

Tints of Sage #9AA277

Color information

#9AA277 (or 0x9AA277) is unknown color: approx Sage. HEX triplet: 9A, A2 and 77. RGB value is (154,162,119). Sum of RGB (Red+Green+Blue) = 154+162+119=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA277 is #655D88. Grayscale: #9A9A9A. Windows color (decimal): -6643081 or 7840410. OLE color: 7840410.

HSL color Cylindrical-coordinate representation of color #9AA277: hue angle of 71.16º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AA277 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB154162119-
CMYK0.0500.270.36
HSL71.16º18.78%55.1%-
HSV(B)71.16º26.54%63.53%-
XYZ29.5834.0422.46-
YUV154.71107.85127.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.40%
GREEN value IS 162 (63.67% from 255) = 37.24%
BLUE value IS 119 (46.88% from 255) = 27.36%
R=35.40%
G=37.24%
B=27.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541621190.0500.270.3671.1618.7855.1
Hex9AA277501B24471337
Octal2322421675033441072367
Binary10011010101000101110111101011011100100100011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,162,119); }

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

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

 a { background-color: rgb(154,162,119); }

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

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

 span { border-color: rgb(154,162,119); }

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