#8CA390

Color #8CA390 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #8CA390

Tints of Envy #8CA390

Color information

#8CA390 (or 0x8CA390) is unknown color: approx Envy. HEX triplet: 8C, A3 and 90. RGB value is (140,163,144). Sum of RGB (Red+Green+Blue) = 140+163+144=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA390 is #735C6F. Grayscale: #9A9A9A. Windows color (decimal): -7560304 or 9479052. OLE color: 9479052.

HSL color Cylindrical-coordinate representation of color #8CA390: hue angle of 130.43º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8CA390 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB140163144-
CMYK0.1400.120.36
HSL130.43º11.11%59.41%-
HSV(B)130.43º14.11%63.92%-
XYZ28.9533.7831.38-
YUV153.96122.38118.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.32%
GREEN value IS 163 (64.06% from 255) = 36.47%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=31.32%
G=36.47%
B=32.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401631440.1400.120.36130.4311.1159.41
Hex8CA390E0C2482b3b
Octal21424322016014442021373
Binary100011001010001110010000111001100100100100000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CA390; }

 p { color: rgb(140,163,144); }

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

<style>
 a { background-color: #8CA390; }

 a { background-color: rgb(140,163,144); }

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

<style>
 span { border-color: #8CA390; }

 span { border-color: rgb(140,163,144); }

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