Html Css Color HEX #9FA87D Sage

📋 copy color: '#9FA87D'

red 159 ◦ green 168 ◦ blue 125

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

Shades of Sage #9FA87D

Tints of Sage #9FA87D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.17%

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

R = 35.18%
G = 37.17%
B = 27.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#9FA87D (or 0x9FA87D) is known color: Sage. HEX triplet: 9F, A8 and 7D. RGB value is (159,168,125). Sum of RGB (Red+Green+Blue) = 159+168+125=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA87D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA87D is #605782. Grayscale: #A0A0A0. Windows color (decimal): -6313859 or 8235167. OLE color: 8235167.

HSL color Cylindrical-coordinate representation of color #9FA87D: hue angle of 72.56º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FA87D is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 159 168 125 -
CMYK 0.05 0 0.26 0.34
HSL 72.56º 0.2% 0.57% -
HSV(B) 72.56º 0.26% 0.66% -
XYZ 32 36.86 24.83 -
YUV 160.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 159 168 125 0.05 0 0.26 0.34 72.56 0.2 0.57
Hex 9F A8 7D 5 0 1A 22 49 14 39
Octal 237 250 175 5 0 32 42 111 24 71
Binary 10011111 10101000 1111101 101 0 11010 100010 1001001 10100 111001

Color Harmonies of #9FA87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA87D

Black with #9FA87D

Text Example


Text Example

White with #9FA87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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