Html Css Color HEX #9FAD77 Sage

📋 copy color: '#9FAD77'

red 159 ◦ green 173 ◦ blue 119

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

Shades of Sage #9FAD77

Tints of Sage #9FAD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.39%

R = 35.25%
G = 38.36%
B = 26.39%

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

#9FAD77 (or 0x9FAD77) is known color: Sage. HEX triplet: 9F, AD and 77. RGB value is (159,173,119). Sum of RGB (Red+Green+Blue) = 159+173+119=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAD77 is #605288. Grayscale: #A2A2A2. Windows color (decimal): -6312585 or 7843231. OLE color: 7843231.

HSL color Cylindrical-coordinate representation of color #9FAD77: hue angle of 75.56º degrees, saturation: 0.25, 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 #9FAD77 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 173 119 -
CMYK 0.08 0 0.31 0.32
HSL 75.56º 0.25% 0.57% -
HSV(B) 75.56º 0.31% 0.68% -
XYZ 32.57 38.59 23.18 -
YUV 162.66 103.36 125.39 -
System Red Green Blue C M Y K H S L
Decimal 159 173 119 0.08 0 0.31 0.32 75.56 0.25 0.57
Hex 9F AD 77 8 0 1F 20 4C 19 39
Octal 237 255 167 10 0 37 40 114 31 71
Binary 10011111 10101101 1110111 1000 0 11111 100000 1001100 11001 111001

Color Harmonies of #9FAD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD77

Black with #9FAD77

Text Example


Text Example

White with #9FAD77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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