Html Css Color HEX #9FAC79 Sage

📋 copy color: '#9FAC79'

red 159 ◦ green 172 ◦ blue 121

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

Shades of Sage #9FAC79

Tints of Sage #9FAC79

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.05%

 BLUE value IS 121 (47.66% from 255) = 26.77%

R = 35.18%
G = 38.05%
B = 26.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#9FAC79 (or 0x9FAC79) is known color: Sage. HEX triplet: 9F, AC and 79. RGB value is (159,172,121). Sum of RGB (Red+Green+Blue) = 159+172+121=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC79 is #605386. Grayscale: #A2A2A2. Windows color (decimal): -6312839 or 7974047. OLE color: 7974047.

HSL color Cylindrical-coordinate representation of color #9FAC79: hue angle of 75.29º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FAC79 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 172 121 -
CMYK 0.08 0 0.30 0.33
HSL 75.29º 0.24% 0.57% -
HSV(B) 75.29º 0.3% 0.67% -
XYZ 32.5 38.26 23.76 -
YUV 162.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 159 172 121 0.08 0 0.30 0.33 75.29 0.24 0.57
Hex 9F AC 79 8 0 1E 21 4B 18 39
Octal 237 254 171 10 0 36 41 113 30 71
Binary 10011111 10101100 1111001 1000 0 11110 100001 1001011 11000 111001

Color Harmonies of #9FAC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC79

Black with #9FAC79

Text Example


Text Example

White with #9FAC79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,172,121); }

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

background-color css

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

 a { background-color: rgb(159,172,121); }

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

border-color css

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

 span { border-color: rgb(159,172,121); }

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