Html Css Color HEX #85B772 Mantis

📋 copy color: '#85B772'

red 133 ◦ green 183 ◦ blue 114

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

Shades of Mantis #85B772

Tints of Mantis #85B772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.51%

R = 30.93%
G = 42.56%
B = 26.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#85B772 (or 0x85B772) is known color: Mantis. HEX triplet: 85, B7 and 72. RGB value is (133,183,114). Sum of RGB (Red+Green+Blue) = 133+183+114=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #85B772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B772 is #7A488D. Grayscale: #A0A0A0. Windows color (decimal): -8013966 or 7518085. OLE color: 7518085.

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

Color convert

RGB 133 183 114 -
CMYK 0.27 0 0.38 0.28
HSL 103.48º 0.32% 0.58% -
HSV(B) 103.48º 0.38% 0.72% -
XYZ 29.64 40.07 22.09 -
YUV 160.18 101.94 108.61 -
System Red Green Blue C M Y K H S L
Decimal 133 183 114 0.27 0 0.38 0.28 103.48 0.32 0.58
Hex 85 B7 72 1B 0 26 1C 67 20 3A
Octal 205 267 162 33 0 46 34 147 40 72
Binary 10000101 10110111 1110010 11011 0 100110 11100 1100111 100000 111010

Color Harmonies of #85B772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B772

Black with #85B772

Text Example


Text Example

White with #85B772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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