Html Css Color HEX #9AAB71 Sage

📋 copy color: '#9AAB71'

red 154 ◦ green 171 ◦ blue 113

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

Shades of Sage #9AAB71

Tints of Sage #9AAB71

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.04%

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

R = 35.16%
G = 39.04%
B = 25.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#9AAB71 (or 0x9AAB71) is known color: Sage. HEX triplet: 9A, AB and 71. RGB value is (154,171,113). Sum of RGB (Red+Green+Blue) = 154+171+113=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAB71 is #65548E. Grayscale: #9F9F9F. Windows color (decimal): -6640783 or 7449498. OLE color: 7449498.

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

Color convert

RGB 154 171 113 -
CMYK 0.10 0 0.34 0.33
HSL 77.59º 0.26% 0.56% -
HSV(B) 77.59º 0.34% 0.67% -
XYZ 30.87 37.19 21.17 -
YUV 159.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 154 171 113 0.10 0 0.34 0.33 77.59 0.26 0.56
Hex 9A AB 71 A 0 22 21 4E 1A 38
Octal 232 253 161 12 0 42 41 116 32 70
Binary 10011010 10101011 1110001 1010 0 100010 100001 1001110 11010 111000

Color Harmonies of #9AAB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAB71

Black with #9AAB71

Text Example


Text Example

White with #9AAB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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