Html Css Color HEX #85B773 Mantis

📋 copy color: '#85B773'

red 133 ◦ green 183 ◦ blue 115

#85B773
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #85B773

Tints of Mantis #85B773

RGB

 RED value IS 133 (52.34% from 255) = 30.86%

 GREEN value IS 183 (71.88% from 255) = 42.46%

 BLUE value IS 115 (45.31% from 255) = 26.68%

R = 30.86%
G = 42.46%
B = 26.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#85B773 (or 0x85B773) is known color: Mantis. HEX triplet: 85, B7 and 73. RGB value is (133,183,115). Sum of RGB (Red+Green+Blue) = 133+183+115=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #85B773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B773 is #7A488C. Grayscale: #A0A0A0. Windows color (decimal): -8013965 or 7583621. OLE color: 7583621.

HSL color Cylindrical-coordinate representation of color #85B773: hue angle of 104.12º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85B773 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 183 115 -
CMYK 0.27 0 0.37 0.28
HSL 104.12º 0.32% 0.58% -
HSV(B) 104.12º 0.37% 0.72% -
XYZ 29.7 40.09 22.39 -
YUV 160.3 102.44 108.53 -
System Red Green Blue C M Y K H S L
Decimal 133 183 115 0.27 0 0.37 0.28 104.12 0.32 0.58
Hex 85 B7 73 1B 0 25 1C 68 20 3A
Octal 205 267 163 33 0 45 34 150 40 72
Binary 10000101 10110111 1110011 11011 0 100101 11100 1101000 100000 111010

Color Harmonies of #85B773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B773

Black with #85B773

Text Example


Text Example

White with #85B773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,183,115); }

 H1.HeaderClassName
 {
   color: #85B773;
 }
 .AnyTagClassName
 {
   color: #85B773;
 }
</style>

background-color css

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

 a { background-color: rgb(133,183,115); }

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

border-color css

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

 span { border-color: rgb(133,183,115); }

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