#9AA673

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

Shades of Sage #9AA673

Tints of Sage #9AA673

Color information

#9AA673 (or 0x9AA673) is unknown color: approx Sage. HEX triplet: 9A, A6 and 73. RGB value is (154,166,115). Sum of RGB (Red+Green+Blue) = 154+166+115=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 166 - color contains mainly: green. Hex color #9AA673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA673 is #65598C. Grayscale: #9C9C9C. Windows color (decimal): -6642061 or 7579290. OLE color: 7579290.

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

Color convert

RGB154166115-
CMYK0.0700.310.35
HSL74.12º22.27%55.1%-
HSV(B)74.12º30.72%65.1%-
XYZ30.0635.3821.46-
YUV156.6104.52126.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.40%
GREEN value IS 166 (65.23% from 255) = 38.16%
BLUE value IS 115 (45.31% from 255) = 26.44%
R=35.40%
G=38.16%
B=26.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1541661150.0700.310.3574.1222.2755.1
Hex9AA673701F234a1637
Octal2322461637037431122667
Binary10011010101001101110011111011111100011100101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,166,115); }

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

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

 a { background-color: rgb(154,166,115); }

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

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

 span { border-color: rgb(154,166,115); }

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