Html Css Color HEX #9AAA71 Sage

📋 copy color: '#9AAA71'

red 154 ◦ green 170 ◦ blue 113

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

Shades of Sage #9AAA71

Tints of Sage #9AAA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.86%

R = 35.24%
G = 38.9%
B = 25.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#9AAA71 (or 0x9AAA71) is known color: Sage. HEX triplet: 9A, AA and 71. RGB value is (154,170,113). Sum of RGB (Red+Green+Blue) = 154+170+113=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA71 is #65558E. Grayscale: #9E9E9E. Windows color (decimal): -6641039 or 7449242. OLE color: 7449242.

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

Color convert

RGB 154 170 113 -
CMYK 0.09 0 0.34 0.33
HSL 76.84º 0.25% 0.55% -
HSV(B) 76.84º 0.34% 0.67% -
XYZ 30.68 36.81 21.11 -
YUV 158.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 154 170 113 0.09 0 0.34 0.33 76.84 0.25 0.55
Hex 9A AA 71 9 0 22 21 4D 19 37
Octal 232 252 161 11 0 42 41 115 31 67
Binary 10011010 10101010 1110001 1001 0 100010 100001 1001101 11001 110111

Color Harmonies of #9AAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA71

Black with #9AAA71

Text Example


Text Example

White with #9AAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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