Html Css Color HEX #9EA686 Sage

📋 copy color: '#9EA686'

red 158 ◦ green 166 ◦ blue 134

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

Shades of Sage #9EA686

Tints of Sage #9EA686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.26%

R = 34.5%
G = 36.24%
B = 29.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#9EA686 (or 0x9EA686) is known color: Sage. HEX triplet: 9E, A6 and 86. RGB value is (158,166,134). Sum of RGB (Red+Green+Blue) = 158+166+134=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA686 is #615979. Grayscale: #A0A0A0. Windows color (decimal): -6379898 or 8824478. OLE color: 8824478.

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

Color convert

RGB 158 166 134 -
CMYK 0.05 0 0.19 0.35
HSL 75º 0.15% 0.59% -
HSV(B) 75º 0.19% 0.65% -
XYZ 32.04 36.26 27.86 -
YUV 159.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 158 166 134 0.05 0 0.19 0.35 75 0.15 0.59
Hex 9E A6 86 5 0 13 23 4B F 3B
Octal 236 246 206 5 0 23 43 113 17 73
Binary 10011110 10100110 10000110 101 0 10011 100011 1001011 1111 111011

Color Harmonies of #9EA686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA686

Black with #9EA686

Text Example


Text Example

White with #9EA686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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