#99AA73

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

Shades of Sage #99AA73

Tints of Sage #99AA73

Color information

#99AA73 (or 0x99AA73) is unknown color: approx Sage. HEX triplet: 99, AA and 73. RGB value is (153,170,115). Sum of RGB (Red+Green+Blue) = 153+170+115=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA73 is #66558C. Grayscale: #9E9E9E. Windows color (decimal): -6706573 or 7580313. OLE color: 7580313.

HSL color Cylindrical-coordinate representation of color #99AA73: hue angle of 78.55º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99AA73 is Cyan = 0.1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB153170115-
CMYK0.100.320.33
HSL78.55º24.44%55.88%-
HSV(B)78.55º32.35%66.67%-
XYZ30.6136.7621.7-
YUV158.65103.37123.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.93%
GREEN value IS 170 (66.80% from 255) = 38.81%
BLUE value IS 115 (45.31% from 255) = 26.26%
R=34.93%
G=38.81%
B=26.26%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531701150.100.320.3378.5524.4455.88
Hex99AA73A020214f1838
Octal23125216312040411173070
Binary1001100110101010111001110100100000100001100111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AA73; }

 p { color: rgb(153,170,115); }

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

<style>
 a { background-color: #99AA73; }

 a { background-color: rgb(153,170,115); }

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

<style>
 span { border-color: #99AA73; }

 span { border-color: rgb(153,170,115); }

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