#86978B

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

Shades of Envy #86978B

Tints of Envy #86978B

Color information

#86978B (or 0x86978B) is unknown color: approx Envy. HEX triplet: 86, 97 and 8B. RGB value is (134,151,139). Sum of RGB (Red+Green+Blue) = 134+151+139=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #86978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86978B is #796874. Grayscale: #909090. Windows color (decimal): -7956597 or 9148294. OLE color: 9148294.

HSL color Cylindrical-coordinate representation of color #86978B: hue angle of 137.65º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #86978B is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB134151139-
CMYK0.1100.080.41
HSL137.65º7.56%55.88%-
HSV(B)137.65º11.26%59.22%-
XYZ25.5629.0728.69-
YUV144.55124.87120.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.60%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=31.60%
G=35.61%
B=32.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341511390.1100.080.41137.657.5655.88
Hex86978BB08298a838
Octal20622721313010512121070
Binary100001101001011110001011101101000101001100010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86978B; }

 p { color: rgb(134,151,139); }

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

<style>
 a { background-color: #86978B; }

 a { background-color: rgb(134,151,139); }

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

<style>
 span { border-color: #86978B; }

 span { border-color: rgb(134,151,139); }

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