Html Css Color HEX #9FAA72 Sage

📋 copy color: '#9FAA72'

red 159 ◦ green 170 ◦ blue 114

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

Shades of Sage #9FAA72

Tints of Sage #9FAA72

RGB

 RED value IS 159 (62.5% from 255) = 35.89%

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

 BLUE value IS 114 (44.92% from 255) = 25.73%

R = 35.89%
G = 38.37%
B = 25.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#9FAA72 (or 0x9FAA72) is known color: Sage. HEX triplet: 9F, AA and 72. RGB value is (159,170,114). Sum of RGB (Red+Green+Blue) = 159+170+114=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA72 is #60558D. Grayscale: #A0A0A0. Windows color (decimal): -6313358 or 7514783. OLE color: 7514783.

HSL color Cylindrical-coordinate representation of color #9FAA72: hue angle of 71.79º 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 #9FAA72 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 170 114 -
CMYK 0.06 0 0.33 0.33
HSL 71.79º 0.25% 0.56% -
HSV(B) 71.79º 0.33% 0.67% -
XYZ 31.71 37.34 21.45 -
YUV 160.33 101.86 127.05 -
System Red Green Blue C M Y K H S L
Decimal 159 170 114 0.06 0 0.33 0.33 71.79 0.25 0.56
Hex 9F AA 72 6 0 21 21 48 19 38
Octal 237 252 162 6 0 41 41 110 31 70
Binary 10011111 10101010 1110010 110 0 100001 100001 1001000 11001 111000

Color Harmonies of #9FAA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAA72

Black with #9FAA72

Text Example


Text Example

White with #9FAA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,170,114); }

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

background-color css

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

 a { background-color: rgb(159,170,114); }

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

border-color css

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

 span { border-color: rgb(159,170,114); }

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