Html Css Color HEX #9FAD7A Sage

📋 copy color: '#9FAD7A'

red 159 ◦ green 173 ◦ blue 122

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

Shades of Sage #9FAD7A

Tints of Sage #9FAD7A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.11%

 BLUE value IS 122 (48.05% from 255) = 26.87%

R = 35.02%
G = 38.11%
B = 26.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#9FAD7A (or 0x9FAD7A) is known color: Sage. HEX triplet: 9F, AD and 7A. RGB value is (159,173,122). Sum of RGB (Red+Green+Blue) = 159+173+122=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAD7A is #605285. Grayscale: #A3A3A3. Windows color (decimal): -6312582 or 8039839. OLE color: 8039839.

HSL color Cylindrical-coordinate representation of color #9FAD7A: hue angle of 76.47º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FAD7A is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 173 122 -
CMYK 0.08 0 0.29 0.32
HSL 76.47º 0.24% 0.58% -
HSV(B) 76.47º 0.29% 0.68% -
XYZ 32.75 38.66 24.15 -
YUV 163 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 159 173 122 0.08 0 0.29 0.32 76.47 0.24 0.58
Hex 9F AD 7A 8 0 1D 20 4C 18 3A
Octal 237 255 172 10 0 35 40 114 30 72
Binary 10011111 10101101 1111010 1000 0 11101 100000 1001100 11000 111010

Color Harmonies of #9FAD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD7A

Black with #9FAD7A

Text Example


Text Example

White with #9FAD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,173,122); }

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

background-color css

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

 a { background-color: rgb(159,173,122); }

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

border-color css

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

 span { border-color: rgb(159,173,122); }

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