#8AA591

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

Shades of Envy #8AA591

Tints of Envy #8AA591

Color information

#8AA591 (or 0x8AA591) is unknown color: approx Envy. HEX triplet: 8A, A5 and 91. RGB value is (138,165,145). Sum of RGB (Red+Green+Blue) = 138+165+145=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA591 is #755A6E. Grayscale: #9A9A9A. Windows color (decimal): -7690863 or 9545098. OLE color: 9545098.

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

Color convert

RGB138165145-
CMYK0.1600.120.35
HSL135.56º13.04%59.41%-
HSV(B)135.56º16.36%64.71%-
XYZ29.0534.3631.89-
YUV154.65122.55116.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.80%
GREEN value IS 165 (64.84% from 255) = 36.83%
BLUE value IS 145 (57.03% from 255) = 32.37%
R=30.80%
G=36.83%
B=32.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1381651450.1600.120.35135.5613.0459.41
Hex8AA591100C2388d3b
Octal21224522120014432101573
Binary1000101010100101100100011000001100100011100010001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,165,145); }

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

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

 a { background-color: rgb(138,165,145); }

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

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

 span { border-color: rgb(138,165,145); }

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