#85BB6F

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

Shades of Mantis #85BB6F

Tints of Mantis #85BB6F

Color information

#85BB6F (or 0x85BB6F) is unknown color: approx Mantis. HEX triplet: 85, BB and 6F. RGB value is (133,187,111). Sum of RGB (Red+Green+Blue) = 133+187+111=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BB6F is #7A4490. Grayscale: #A2A2A2. Windows color (decimal): -8012945 or 7322501. OLE color: 7322501.

HSL color Cylindrical-coordinate representation of color #85BB6F: hue angle of 102.63º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85BB6F is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB133187111-
CMYK0.2900.410.27
HSL102.63º35.85%58.43%-
HSV(B)102.63º40.64%73.33%-
XYZ30.3141.6721.49-
YUV162.1999.11107.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.86%
GREEN value IS 187 (73.44% from 255) = 43.39%
BLUE value IS 111 (43.75% from 255) = 25.75%
R=30.86%
G=43.39%
B=25.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331871110.2900.410.27102.6335.8558.43
Hex85BB6F1D0291B67243a
Octal20527315735051331474472
Binary10000101101110111101111111010101001110111100111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,187,111); }

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

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

 a { background-color: rgb(133,187,111); }

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

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

 span { border-color: rgb(133,187,111); }

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