Html Css Color HEX #9EA67A Sage

📋 copy color: '#9EA67A'

red 158 ◦ green 166 ◦ blue 122

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

Shades of Sage #9EA67A

Tints of Sage #9EA67A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.22%

 BLUE value IS 122 (48.05% from 255) = 27.35%

R = 35.43%
G = 37.22%
B = 27.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#9EA67A (or 0x9EA67A) is known color: Sage. HEX triplet: 9E, A6 and 7A. RGB value is (158,166,122). Sum of RGB (Red+Green+Blue) = 158+166+122=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA67A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA67A is #615985. Grayscale: #9E9E9E. Windows color (decimal): -6379910 or 8038046. OLE color: 8038046.

HSL color Cylindrical-coordinate representation of color #9EA67A: hue angle of 70.91º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9EA67A is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 166 122 -
CMYK 0.05 0 0.27 0.35
HSL 70.91º 0.2% 0.56% -
HSV(B) 70.91º 0.27% 0.65% -
XYZ 31.25 35.95 23.7 -
YUV 158.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 158 166 122 0.05 0 0.27 0.35 70.91 0.2 0.56
Hex 9E A6 7A 5 0 1B 23 47 14 38
Octal 236 246 172 5 0 33 43 107 24 70
Binary 10011110 10100110 1111010 101 0 11011 100011 1000111 10100 111000

Color Harmonies of #9EA67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA67A

Black with #9EA67A

Text Example


Text Example

White with #9EA67A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,166,122); }

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

background-color css

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

 a { background-color: rgb(158,166,122); }

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

border-color css

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

 span { border-color: rgb(158,166,122); }

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