Html Css Color HEX #9FAB7E Sage

📋 copy color: '#9FAB7E'

red 159 ◦ green 171 ◦ blue 126

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

Shades of Sage #9FAB7E

Tints of Sage #9FAB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.63%

R = 34.87%
G = 37.5%
B = 27.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#9FAB7E (or 0x9FAB7E) is known color: Sage. HEX triplet: 9F, AB and 7E. RGB value is (159,171,126). Sum of RGB (Red+Green+Blue) = 159+171+126=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB7E is #605481. Grayscale: #A2A2A2. Windows color (decimal): -6313090 or 8301471. OLE color: 8301471.

HSL color Cylindrical-coordinate representation of color #9FAB7E: hue angle of 76º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FAB7E is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 171 126 -
CMYK 0.07 0 0.26 0.33
HSL 76º 0.21% 0.58% -
HSV(B) 76º 0.26% 0.67% -
XYZ 32.63 38 25.35 -
YUV 162.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 159 171 126 0.07 0 0.26 0.33 76 0.21 0.58
Hex 9F AB 7E 7 0 1A 21 4C 15 3A
Octal 237 253 176 7 0 32 41 114 25 72
Binary 10011111 10101011 1111110 111 0 11010 100001 1001100 10101 111010

Color Harmonies of #9FAB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB7E

Black with #9FAB7E

Text Example


Text Example

White with #9FAB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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