Html Css Color HEX #9EA474 Sage

📋 copy color: '#9EA474'

red 158 ◦ green 164 ◦ blue 116

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

Shades of Sage #9EA474

Tints of Sage #9EA474

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.44%

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

R = 36.07%
G = 37.44%
B = 26.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#9EA474 (or 0x9EA474) is known color: Sage. HEX triplet: 9E, A4 and 74. RGB value is (158,164,116). Sum of RGB (Red+Green+Blue) = 158+164+116=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA474 is #615B8B. Grayscale: #9C9C9C. Windows color (decimal): -6380428 or 7644318. OLE color: 7644318.

HSL color Cylindrical-coordinate representation of color #9EA474: hue angle of 67.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EA474 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 164 116 -
CMYK 0.04 0 0.29 0.36
HSL 67.5º 0.21% 0.55% -
HSV(B) 67.5º 0.29% 0.64% -
XYZ 30.53 35.08 21.69 -
YUV 156.73 105.01 128.9 -
System Red Green Blue C M Y K H S L
Decimal 158 164 116 0.04 0 0.29 0.36 67.5 0.21 0.55
Hex 9E A4 74 4 0 1D 24 44 15 37
Octal 236 244 164 4 0 35 44 104 25 67
Binary 10011110 10100100 1110100 100 0 11101 100100 1000100 10101 110111

Color Harmonies of #9EA474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA474

Black with #9EA474

Text Example


Text Example

White with #9EA474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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