Html Css Color HEX #9AAA7B Sage

📋 copy color: '#9AAA7B'

red 154 ◦ green 170 ◦ blue 123

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

Shades of Sage #9AAA7B

Tints of Sage #9AAA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.52%

R = 34.45%
G = 38.03%
B = 27.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#9AAA7B (or 0x9AAA7B) is known color: Sage. HEX triplet: 9A, AA and 7B. RGB value is (154,170,123). Sum of RGB (Red+Green+Blue) = 154+170+123=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA7B is #655584. Grayscale: #A0A0A0. Windows color (decimal): -6641029 or 8104602. OLE color: 8104602.

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

Color convert

RGB 154 170 123 -
CMYK 0.09 0 0.28 0.33
HSL 80.43º 0.22% 0.57% -
HSV(B) 80.43º 0.28% 0.67% -
XYZ 31.28 37.05 24.24 -
YUV 159.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 154 170 123 0.09 0 0.28 0.33 80.43 0.22 0.57
Hex 9A AA 7B 9 0 1C 21 50 16 39
Octal 232 252 173 11 0 34 41 120 26 71
Binary 10011010 10101010 1111011 1001 0 11100 100001 1010000 10110 111001

Color Harmonies of #9AAA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA7B

Black with #9AAA7B

Text Example


Text Example

White with #9AAA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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