Html Css Color HEX #9AAA7C Sage

📋 copy color: '#9AAA7C'

red 154 ◦ green 170 ◦ blue 124

#9AAA7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #9AAA7C

Tints of Sage #9AAA7C

RGB

 RED value IS 154 (60.55% from 255) = 34.38%

 GREEN value IS 170 (66.8% from 255) = 37.95%

 BLUE value IS 124 (48.83% from 255) = 27.68%

R = 34.38%
G = 37.95%
B = 27.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#9AAA7C (or 0x9AAA7C) is known color: Sage. HEX triplet: 9A, AA and 7C. RGB value is (154,170,124). Sum of RGB (Red+Green+Blue) = 154+170+124=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA7C is #655583. Grayscale: #A0A0A0. Windows color (decimal): -6641028 or 8170138. OLE color: 8170138.

HSL color Cylindrical-coordinate representation of color #9AAA7C: hue angle of 80.87º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AAA7C is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 170 124 -
CMYK 0.09 0 0.27 0.33
HSL 80.87º 0.21% 0.58% -
HSV(B) 80.87º 0.27% 0.67% -
XYZ 31.34 37.07 24.57 -
YUV 159.97 107.7 123.74 -
System Red Green Blue C M Y K H S L
Decimal 154 170 124 0.09 0 0.27 0.33 80.87 0.21 0.58
Hex 9A AA 7C 9 0 1B 21 51 15 3A
Octal 232 252 174 11 0 33 41 121 25 72
Binary 10011010 10101010 1111100 1001 0 11011 100001 1010001 10101 111010

Color Harmonies of #9AAA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA7C

Black with #9AAA7C

Text Example


Text Example

White with #9AAA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,170,124); }

 H1.HeaderClassName
 {
   color: #9AAA7C;
 }
 .AnyTagClassName
 {
   color: #9AAA7C;
 }
</style>

background-color css

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

 a { background-color: rgb(154,170,124); }

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

border-color css

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

 span { border-color: rgb(154,170,124); }

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