Html Css Color HEX #9DA87F Sage

📋 copy color: '#9DA87F'

red 157 ◦ green 168 ◦ blue 127

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

Shades of Sage #9DA87F

Tints of Sage #9DA87F

RGB

 RED value IS 157 (61.72% from 255) = 34.73%

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

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

R = 34.73%
G = 37.17%
B = 28.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#9DA87F (or 0x9DA87F) is known color: Sage. HEX triplet: 9D, A8 and 7F. RGB value is (157,168,127). Sum of RGB (Red+Green+Blue) = 157+168+127=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA87F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA87F is #625780. Grayscale: #A0A0A0. Windows color (decimal): -6444929 or 8366237. OLE color: 8366237.

HSL color Cylindrical-coordinate representation of color #9DA87F: hue angle of 76.1º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DA87F is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 157 168 127 -
CMYK 0.07 0 0.24 0.34
HSL 76.1º 0.19% 0.58% -
HSV(B) 76.1º 0.24% 0.66% -
XYZ 31.74 36.71 25.49 -
YUV 160.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 157 168 127 0.07 0 0.24 0.34 76.1 0.19 0.58
Hex 9D A8 7F 7 0 18 22 4C 13 3A
Octal 235 250 177 7 0 30 42 114 23 72
Binary 10011101 10101000 1111111 111 0 11000 100010 1001100 10011 111010

Color Harmonies of #9DA87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA87F

Black with #9DA87F

Text Example


Text Example

White with #9DA87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,168,127); }

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

background-color css

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

 a { background-color: rgb(157,168,127); }

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

border-color css

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

 span { border-color: rgb(157,168,127); }

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