Html Css Color HEX #9FAE77 Sage

📋 copy color: '#9FAE77'

red 159 ◦ green 174 ◦ blue 119

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

Shades of Sage #9FAE77

Tints of Sage #9FAE77

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.5%

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

R = 35.18%
G = 38.5%
B = 26.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#9FAE77 (or 0x9FAE77) is known color: Sage. HEX triplet: 9F, AE and 77. RGB value is (159,174,119). Sum of RGB (Red+Green+Blue) = 159+174+119=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAE77 is #605188. Grayscale: #A3A3A3. Windows color (decimal): -6312329 or 7843487. OLE color: 7843487.

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

Color convert

RGB 159 174 119 -
CMYK 0.09 0 0.32 0.32
HSL 76.36º 0.25% 0.57% -
HSV(B) 76.36º 0.32% 0.68% -
XYZ 32.76 38.97 23.25 -
YUV 163.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 159 174 119 0.09 0 0.32 0.32 76.36 0.25 0.57
Hex 9F AE 77 9 0 20 20 4C 19 39
Octal 237 256 167 11 0 40 40 114 31 71
Binary 10011111 10101110 1110111 1001 0 100000 100000 1001100 11001 111001

Color Harmonies of #9FAE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAE77

Black with #9FAE77

Text Example


Text Example

White with #9FAE77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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