#9AA574

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

Shades of Sage #9AA574

Tints of Sage #9AA574

Color information

#9AA574 (or 0x9AA574) is unknown color: approx Sage. HEX triplet: 9A, A5 and 74. RGB value is (154,165,116). Sum of RGB (Red+Green+Blue) = 154+165+116=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA574 is #655A8B. Grayscale: #9C9C9C. Windows color (decimal): -6642316 or 7644570. OLE color: 7644570.

HSL color Cylindrical-coordinate representation of color #9AA574: hue angle of 73.47º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AA574 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB154165116-
CMYK0.0700.300.35
HSL73.47º21.4%55.1%-
HSV(B)73.47º29.7%64.71%-
XYZ29.9335.0421.71-
YUV156.12105.36126.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.40%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 116 (45.70% from 255) = 26.67%
R=35.40%
G=37.93%
B=26.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1541651160.0700.300.3573.4721.455.1
Hex9AA574701E23491537
Octal2322451647036431112567
Binary10011010101001011110100111011110100011100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,165,116); }

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

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

 a { background-color: rgb(154,165,116); }

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

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

 span { border-color: rgb(154,165,116); }

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