#9AA57B

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

Shades of Sage #9AA57B

Tints of Sage #9AA57B

Color information

#9AA57B (or 0x9AA57B) is unknown color: approx Sage. HEX triplet: 9A, A5 and 7B. RGB value is (154,165,123). Sum of RGB (Red+Green+Blue) = 154+165+123=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA57B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA57B is #655A84. Grayscale: #9D9D9D. Windows color (decimal): -6642309 or 8103322. OLE color: 8103322.

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

Color convert

RGB154165123-
CMYK0.0700.250.35
HSL75.71º18.92%56.47%-
HSV(B)75.71º25.45%64.71%-
XYZ30.3635.2123.94-
YUV156.92108.86125.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.84%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 123 (48.44% from 255) = 27.83%
R=34.84%
G=37.33%
B=27.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1541651230.0700.250.3575.7118.9256.47
Hex9AA57B7019234c1338
Octal2322451737031431142370
Binary10011010101001011111011111011001100011100110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,165,123); }

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

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

 a { background-color: rgb(154,165,123); }

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

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

 span { border-color: rgb(154,165,123); }

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