#9AA474

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

Shades of Sage #9AA474

Tints of Sage #9AA474

Color information

#9AA474 (or 0x9AA474) is unknown color: approx Sage. HEX triplet: 9A, A4 and 74. RGB value is (154,164,116). Sum of RGB (Red+Green+Blue) = 154+164+116=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA474 is #655B8B. Grayscale: #9B9B9B. Windows color (decimal): -6642572 or 7644314. OLE color: 7644314.

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

Color convert

RGB154164116-
CMYK0.0600.290.36
HSL72.5º20.87%54.9%-
HSV(B)72.5º29.27%64.31%-
XYZ29.7534.6821.65-
YUV155.54105.69126.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.48%
GREEN value IS 164 (64.45% from 255) = 37.79%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=35.48%
G=37.79%
B=26.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541641160.0600.290.3672.520.8754.9
Hex9AA474601D24481537
Octal2322441646035441102567
Binary10011010101001001110100110011101100100100100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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