#839F85

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

Shades of Envy #839F85

Tints of Envy #839F85

Color information

#839F85 (or 0x839F85) is unknown color: approx Envy. HEX triplet: 83, 9F and 85. RGB value is (131,159,133). Sum of RGB (Red+Green+Blue) = 131+159+133=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #839F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839F85 is #7C607A. Grayscale: #939393. Windows color (decimal): -8151163 or 8757123. OLE color: 8757123.

HSL color Cylindrical-coordinate representation of color #839F85: hue angle of 124.29º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #839F85 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB131159133-
CMYK0.1800.160.38
HSL124.29º12.73%56.86%-
HSV(B)124.29º17.61%62.35%-
XYZ25.9931.3226.86-
YUV147.66119.72116.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=30.97%
G=37.59%
B=31.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311591330.1800.160.38124.2912.7356.86
Hex839F8512010267cd39
Octal20323720522020461741571
Binary1000001110011111100001011001001000010011011111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839F85; }

 p { color: rgb(131,159,133); }

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

<style>
 a { background-color: #839F85; }

 a { background-color: rgb(131,159,133); }

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

<style>
 span { border-color: #839F85; }

 span { border-color: rgb(131,159,133); }

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