Html Css Color HEX #9FAB77 Sage

📋 copy color: '#9FAB77'

red 159 ◦ green 171 ◦ blue 119

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

Shades of Sage #9FAB77

Tints of Sage #9FAB77

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.08%

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

R = 35.41%
G = 38.08%
B = 26.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#9FAB77 (or 0x9FAB77) is known color: Sage. HEX triplet: 9F, AB and 77. RGB value is (159,171,119). Sum of RGB (Red+Green+Blue) = 159+171+119=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB77 is #605488. Grayscale: #A1A1A1. Windows color (decimal): -6313097 or 7842719. OLE color: 7842719.

HSL color Cylindrical-coordinate representation of color #9FAB77: hue angle of 73.85º 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 #9FAB77 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 171 119 -
CMYK 0.07 0 0.30 0.33
HSL 73.85º 0.24% 0.57% -
HSV(B) 73.85º 0.3% 0.67% -
XYZ 32.19 37.83 23.06 -
YUV 161.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 159 171 119 0.07 0 0.30 0.33 73.85 0.24 0.57
Hex 9F AB 77 7 0 1E 21 4A 18 39
Octal 237 253 167 7 0 36 41 112 30 71
Binary 10011111 10101011 1110111 111 0 11110 100001 1001010 11000 111001

Color Harmonies of #9FAB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB77

Black with #9FAB77

Text Example


Text Example

White with #9FAB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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