Html Css Color HEX #9EA69F Edward

📋 copy color: '#9EA69F'

red 158 ◦ green 166 ◦ blue 159

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

Shades of Edward #9EA69F

Tints of Edward #9EA69F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.92%

R = 32.71%
G = 34.37%
B = 32.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#9EA69F (or 0x9EA69F) is known color: Edward. HEX triplet: 9E, A6 and 9F. RGB value is (158,166,159). Sum of RGB (Red+Green+Blue) = 158+166+159=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA69F is #615960. Grayscale: #A2A2A2. Windows color (decimal): -6379873 or 10462878. OLE color: 10462878.

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

Color convert

RGB 158 166 159 -
CMYK 0.05 0 0.04 0.35
HSL 127.5º 0.04% 0.64% -
HSV(B) 127.5º 0.05% 0.65% -
XYZ 33.99 37.04 38.16 -
YUV 162.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 158 166 159 0.05 0 0.04 0.35 127.5 0.04 0.64
Hex 9E A6 9F 5 0 4 23 80 4 40
Octal 236 246 237 5 0 4 43 200 4 100
Binary 10011110 10100110 10011111 101 0 100 100011 10000000 100 1000000

Color Harmonies of #9EA69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA69F

Black with #9EA69F

Text Example


Text Example

White with #9EA69F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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