Html Css Color HEX #9AAB73 Sage

📋 copy color: '#9AAB73'

red 154 ◦ green 171 ◦ blue 115

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

Shades of Sage #9AAB73

Tints of Sage #9AAB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.14%

R = 35%
G = 38.86%
B = 26.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#9AAB73 (or 0x9AAB73) is known color: Sage. HEX triplet: 9A, AB and 73. RGB value is (154,171,115). Sum of RGB (Red+Green+Blue) = 154+171+115=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAB73 is #65548C. Grayscale: #9F9F9F. Windows color (decimal): -6640781 or 7580570. OLE color: 7580570.

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

Color convert

RGB 154 171 115 -
CMYK 0.10 0 0.33 0.33
HSL 78.21º 0.25% 0.56% -
HSV(B) 78.21º 0.33% 0.67% -
XYZ 30.98 37.23 21.77 -
YUV 159.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 154 171 115 0.10 0 0.33 0.33 78.21 0.25 0.56
Hex 9A AB 73 A 0 21 21 4E 19 38
Octal 232 253 163 12 0 41 41 116 31 70
Binary 10011010 10101011 1110011 1010 0 100001 100001 1001110 11001 111000

Color Harmonies of #9AAB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAB73

Black with #9AAB73

Text Example


Text Example

White with #9AAB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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