#9AA27D

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

Shades of Sage #9AA27D

Tints of Sage #9AA27D

Color information

#9AA27D (or 0x9AA27D) is unknown color: approx Sage. HEX triplet: 9A, A2 and 7D. RGB value is (154,162,125). Sum of RGB (Red+Green+Blue) = 154+162+125=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA27D is #655D82. Grayscale: #9B9B9B. Windows color (decimal): -6643075 or 8233626. OLE color: 8233626.

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

Color convert

RGB154162125-
CMYK0.0500.230.36
HSL72.97º16.59%56.27%-
HSV(B)72.97º22.84%63.53%-
XYZ29.9534.1924.42-
YUV155.39110.85127.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.92%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 125 (49.22% from 255) = 28.34%
R=34.92%
G=36.73%
B=28.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541621250.0500.230.3672.9716.5956.27
Hex9AA27D501724491138
Octal2322421755027441112170
Binary10011010101000101111101101010111100100100100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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