Html Css Color HEX #9FAB7D Sage

📋 copy color: '#9FAB7D'

red 159 ◦ green 171 ◦ blue 125

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

Shades of Sage #9FAB7D

Tints of Sage #9FAB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.47%

R = 34.95%
G = 37.58%
B = 27.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#9FAB7D (or 0x9FAB7D) is known color: Sage. HEX triplet: 9F, AB and 7D. RGB value is (159,171,125). Sum of RGB (Red+Green+Blue) = 159+171+125=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB7D is #605482. Grayscale: #A2A2A2. Windows color (decimal): -6313091 or 8235935. OLE color: 8235935.

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

Color convert

RGB 159 171 125 -
CMYK 0.07 0 0.27 0.33
HSL 75.65º 0.21% 0.58% -
HSV(B) 75.65º 0.27% 0.67% -
XYZ 32.56 37.98 25.02 -
YUV 162.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 159 171 125 0.07 0 0.27 0.33 75.65 0.21 0.58
Hex 9F AB 7D 7 0 1B 21 4C 15 3A
Octal 237 253 175 7 0 33 41 114 25 72
Binary 10011111 10101011 1111101 111 0 11011 100001 1001100 10101 111010

Color Harmonies of #9FAB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB7D

Black with #9FAB7D

Text Example


Text Example

White with #9FAB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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