Html Css Color HEX #9FAD78 Sage

📋 copy color: '#9FAD78'

red 159 ◦ green 173 ◦ blue 120

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

Shades of Sage #9FAD78

Tints of Sage #9FAD78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.55%

R = 35.18%
G = 38.27%
B = 26.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#9FAD78 (or 0x9FAD78) is known color: Sage. HEX triplet: 9F, AD and 78. RGB value is (159,173,120). Sum of RGB (Red+Green+Blue) = 159+173+120=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAD78 is #605287. Grayscale: #A2A2A2. Windows color (decimal): -6312584 or 7908767. OLE color: 7908767.

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

Color convert

RGB 159 173 120 -
CMYK 0.08 0 0.31 0.32
HSL 75.85º 0.24% 0.57% -
HSV(B) 75.85º 0.31% 0.68% -
XYZ 32.63 38.61 23.5 -
YUV 162.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 159 173 120 0.08 0 0.31 0.32 75.85 0.24 0.57
Hex 9F AD 78 8 0 1F 20 4C 18 39
Octal 237 255 170 10 0 37 40 114 30 71
Binary 10011111 10101101 1111000 1000 0 11111 100000 1001100 11000 111001

Color Harmonies of #9FAD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD78

Black with #9FAD78

Text Example


Text Example

White with #9FAD78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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