#9EA68C

Color #9EA68C Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #9EA68C

Tints of Delta #9EA68C

Color information

#9EA68C (or 0x9EA68C) is unknown color: approx Delta. HEX triplet: 9E, A6 and 8C. RGB value is (158,166,140). Sum of RGB (Red+Green+Blue) = 158+166+140=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA68C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA68C is #615973. Grayscale: #A0A0A0. Windows color (decimal): -6379892 or 9217694. OLE color: 9217694.

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

Color convert

RGB158166140-
CMYK0.0500.160.35
HSL78.46º12.75%60%-
HSV(B)78.46º15.66%65.1%-
XYZ32.4736.4330.13-
YUV160.64116.35126.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.05%
GREEN value IS 166 (65.23% from 255) = 35.78%
BLUE value IS 140 (55.08% from 255) = 30.17%
R=34.05%
G=35.78%
B=30.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581661400.0500.160.3578.4612.7560
Hex9EA68C5010234ed3c
Octal2362462145020431161574
Binary10011110101001101000110010101000010001110011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EA68C;
 }
 .AnyTagClassName
 {
   color: #9EA68C;
 }
</style>
background-color css

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

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

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

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

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

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