#9AA875

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

Shades of Sage #9AA875

Tints of Sage #9AA875

Color information

#9AA875 (or 0x9AA875) is unknown color: approx Sage. HEX triplet: 9A, A8 and 75. RGB value is (154,168,117). Sum of RGB (Red+Green+Blue) = 154+168+117=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA875 is #65578A. Grayscale: #9E9E9E. Windows color (decimal): -6641547 or 7710874. OLE color: 7710874.

HSL color Cylindrical-coordinate representation of color #9AA875: hue angle of 76.47º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AA875 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB154168117-
CMYK0.0800.300.34
HSL76.47º22.67%55.88%-
HSV(B)76.47º30.36%65.88%-
XYZ30.5436.1622.2-
YUV158104.86125.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.08%
GREEN value IS 168 (66.02% from 255) = 38.27%
BLUE value IS 117 (46.09% from 255) = 26.65%
R=35.08%
G=38.27%
B=26.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541681170.0800.300.3476.4722.6755.88
Hex9AA875801E224c1738
Octal23225016510036421142770
Binary100110101010100011101011000011110100010100110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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