Html Css Color HEX #9EA975 Sage

📋 copy color: '#9EA975'

red 158 ◦ green 169 ◦ blue 117

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

Shades of Sage #9EA975

Tints of Sage #9EA975

RGB

 RED value IS 158 (62.11% from 255) = 35.59%

 GREEN value IS 169 (66.41% from 255) = 38.06%

 BLUE value IS 117 (46.09% from 255) = 26.35%

R = 35.59%
G = 38.06%
B = 26.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#9EA975 (or 0x9EA975) is known color: Sage. HEX triplet: 9E, A9 and 75. RGB value is (158,169,117). Sum of RGB (Red+Green+Blue) = 158+169+117=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA975 is #61568A. Grayscale: #9F9F9F. Windows color (decimal): -6379147 or 7711134. OLE color: 7711134.

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

Color convert

RGB 158 169 117 -
CMYK 0.07 0 0.31 0.34
HSL 72.69º 0.23% 0.56% -
HSV(B) 72.69º 0.31% 0.66% -
XYZ 31.5 36.93 22.3 -
YUV 159.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 158 169 117 0.07 0 0.31 0.34 72.69 0.23 0.56
Hex 9E A9 75 7 0 1F 22 49 17 38
Octal 236 251 165 7 0 37 42 111 27 70
Binary 10011110 10101001 1110101 111 0 11111 100010 1001001 10111 111000

Color Harmonies of #9EA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA975

Black with #9EA975

Text Example


Text Example

White with #9EA975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,169,117); }

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

background-color css

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

 a { background-color: rgb(158,169,117); }

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

border-color css

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

 span { border-color: rgb(158,169,117); }

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