Html Css Color HEX #9EA974 Sage

📋 copy color: '#9EA974'

red 158 ◦ green 169 ◦ blue 116

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

Shades of Sage #9EA974

Tints of Sage #9EA974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.19%

R = 35.67%
G = 38.15%
B = 26.19%

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

#9EA974 (or 0x9EA974) is known color: Sage. HEX triplet: 9E, A9 and 74. RGB value is (158,169,116). Sum of RGB (Red+Green+Blue) = 158+169+116=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA974 is #61568B. Grayscale: #9F9F9F. Windows color (decimal): -6379148 or 7645598. OLE color: 7645598.

HSL color Cylindrical-coordinate representation of color #9EA974: hue angle of 72.45º degrees, saturation: 0.24, 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 #9EA974 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 158 169 116 -
CMYK 0.07 0 0.31 0.34
HSL 72.45º 0.24% 0.56% -
HSV(B) 72.45º 0.31% 0.66% -
XYZ 31.44 36.91 21.99 -
YUV 159.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 158 169 116 0.07 0 0.31 0.34 72.45 0.24 0.56
Hex 9E A9 74 7 0 1F 22 48 18 38
Octal 236 251 164 7 0 37 42 110 30 70
Binary 10011110 10101001 1110100 111 0 11111 100010 1001000 11000 111000

Color Harmonies of #9EA974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA974

Black with #9EA974

Text Example


Text Example

White with #9EA974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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