#9AA872

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

Shades of Sage #9AA872

Tints of Sage #9AA872

Color information

#9AA872 (or 0x9AA872) is unknown color: approx Sage. HEX triplet: 9A, A8 and 72. RGB value is (154,168,114). Sum of RGB (Red+Green+Blue) = 154+168+114=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA872 is #65578D. Grayscale: #9D9D9D. Windows color (decimal): -6641550 or 7514266. OLE color: 7514266.

HSL color Cylindrical-coordinate representation of color #9AA872: hue angle of 75.56º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AA872 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB154168114-
CMYK0.0800.320.34
HSL75.56º23.68%55.29%-
HSV(B)75.56º32.14%65.88%-
XYZ30.3736.0921.29-
YUV157.66103.36125.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.32%
GREEN value IS 168 (66.02% from 255) = 38.53%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=35.32%
G=38.53%
B=26.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541681140.0800.320.3475.5623.6855.29
Hex9AA8728020224c1837
Octal23225016210040421143067
Binary1001101010101000111001010000100000100010100110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,168,114); }

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

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

 a { background-color: rgb(154,168,114); }

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

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

 span { border-color: rgb(154,168,114); }

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