#85B65E

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

Shades of Mantis #85B65E

Tints of Mantis #85B65E

Color information

#85B65E (or 0x85B65E) is unknown color: approx Mantis. HEX triplet: 85, B6 and 5E. RGB value is (133,182,94). Sum of RGB (Red+Green+Blue) = 133+182+94=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 182 - color contains mainly: green. Hex color #85B65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B65E is #7A49A1. Grayscale: #9D9D9D. Windows color (decimal): -8014242 or 6207109. OLE color: 6207109.

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

Color convert

RGB13318294-
CMYK0.2700.480.29
HSL93.41º37.61%54.12%-
HSV(B)93.41º48.35%71.37%-
XYZ28.4239.2516.67-
YUV157.3292.27110.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.52%
GREEN value IS 182 (71.48% from 255) = 44.50%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=32.52%
G=44.50%
B=22.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133182940.2700.480.2993.4137.6154.12
Hex85B65E1B0301D5d2636
Octal20526613633060351354666
Binary10000101101101101011110110110110000111011011101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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