#85B68D

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

Shades of Envy #85B68D

Tints of Envy #85B68D

Color information

#85B68D (or 0x85B68D) is unknown color: approx Envy. HEX triplet: 85, B6 and 8D. RGB value is (133,182,141). Sum of RGB (Red+Green+Blue) = 133+182+141=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #85B68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B68D is #7A4972. Grayscale: #A2A2A2. Windows color (decimal): -8014195 or 9287301. OLE color: 9287301.

HSL color Cylindrical-coordinate representation of color #85B68D: hue angle of 129.8º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B68D is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB133182141-
CMYK0.2700.230.29
HSL129.8º25.13%61.76%-
HSV(B)129.8º26.92%71.37%-
XYZ31.2140.3731.35-
YUV162.68115.77106.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.17%
GREEN value IS 182 (71.48% from 255) = 39.91%
BLUE value IS 141 (55.47% from 255) = 30.92%
R=29.17%
G=39.91%
B=30.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331821410.2700.230.29129.825.1361.76
Hex85B68D1B0171D82193e
Octal20526621533027352023176
Binary10000101101101101000110111011010111111011000001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85B68D; }

 p { color: rgb(133,182,141); }

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

<style>
 a { background-color: #85B68D; }

 a { background-color: rgb(133,182,141); }

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

<style>
 span { border-color: #85B68D; }

 span { border-color: rgb(133,182,141); }

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