Html Css Color HEX #85B76D Mantis

📋 copy color: '#85B76D'

red 133 ◦ green 183 ◦ blue 109

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

Shades of Mantis #85B76D

Tints of Mantis #85B76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.65%

R = 31.29%
G = 43.06%
B = 25.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#85B76D (or 0x85B76D) is known color: Mantis. HEX triplet: 85, B7 and 6D. RGB value is (133,183,109). Sum of RGB (Red+Green+Blue) = 133+183+109=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #85B76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B76D is #7A4892. Grayscale: #9F9F9F. Windows color (decimal): -8013971 or 7190405. OLE color: 7190405.

HSL color Cylindrical-coordinate representation of color #85B76D: hue angle of 100.54º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85B76D is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 183 109 -
CMYK 0.27 0 0.40 0.28
HSL 100.54º 0.34% 0.57% -
HSV(B) 100.54º 0.4% 0.72% -
XYZ 29.37 39.96 20.63 -
YUV 159.61 99.44 109.02 -
System Red Green Blue C M Y K H S L
Decimal 133 183 109 0.27 0 0.40 0.28 100.54 0.34 0.57
Hex 85 B7 6D 1B 0 28 1C 65 22 39
Octal 205 267 155 33 0 50 34 145 42 71
Binary 10000101 10110111 1101101 11011 0 101000 11100 1100101 100010 111001

Color Harmonies of #85B76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B76D

Black with #85B76D

Text Example


Text Example

White with #85B76D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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