Html Css Color HEX #9FAB7F Sage

📋 copy color: '#9FAB7F'

red 159 ◦ green 171 ◦ blue 127

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

Shades of Sage #9FAB7F

Tints of Sage #9FAB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.79%

R = 34.79%
G = 37.42%
B = 27.79%

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

#9FAB7F (or 0x9FAB7F) is known color: Sage. HEX triplet: 9F, AB and 7F. RGB value is (159,171,127). Sum of RGB (Red+Green+Blue) = 159+171+127=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB7F is #605480. Grayscale: #A2A2A2. Windows color (decimal): -6313089 or 8367007. OLE color: 8367007.

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

Color convert

RGB 159 171 127 -
CMYK 0.07 0 0.26 0.33
HSL 76.36º 0.21% 0.58% -
HSV(B) 76.36º 0.26% 0.67% -
XYZ 32.69 38.03 25.7 -
YUV 162.4 108.02 125.58 -
System Red Green Blue C M Y K H S L
Decimal 159 171 127 0.07 0 0.26 0.33 76.36 0.21 0.58
Hex 9F AB 7F 7 0 1A 21 4C 15 3A
Octal 237 253 177 7 0 32 41 114 25 72
Binary 10011111 10101011 1111111 111 0 11010 100001 1001100 10101 111010

Color Harmonies of #9FAB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB7F

Black with #9FAB7F

Text Example


Text Example

White with #9FAB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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