#86B08F

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

Shades of Envy #86B08F

Tints of Envy #86B08F

Color information

#86B08F (or 0x86B08F) is unknown color: approx Envy. HEX triplet: 86, B0 and 8F. RGB value is (134,176,143). Sum of RGB (Red+Green+Blue) = 134+176+143=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 176 - color contains mainly: green. Hex color #86B08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B08F is #794F70. Grayscale: #9F9F9F. Windows color (decimal): -7950193 or 9416838. OLE color: 9416838.

HSL color Cylindrical-coordinate representation of color #86B08F: hue angle of 132.86º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86B08F is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB134176143-
CMYK0.2400.190.31
HSL132.86º21%60.78%-
HSV(B)132.86º23.86%69.02%-
XYZ30.3138.131.74-
YUV159.68118.59109.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.58%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 143 (56.25% from 255) = 31.57%
R=29.58%
G=38.85%
B=31.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341761430.2400.190.31132.862160.78
Hex86B08F180131F85153d
Octal20626021730023372052575
Binary10000110101100001000111111000010011111111000010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86B08F; }

 p { color: rgb(134,176,143); }

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

<style>
 a { background-color: #86B08F; }

 a { background-color: rgb(134,176,143); }

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

<style>
 span { border-color: #86B08F; }

 span { border-color: rgb(134,176,143); }

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