Html Css Color HEX #85B662 Mantis

📋 copy color: '#85B662'

red 133 ◦ green 182 ◦ blue 98

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

Shades of Mantis #85B662

Tints of Mantis #85B662

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.07%

 BLUE value IS 98 (38.67% from 255) = 23.73%

R = 32.2%
G = 44.07%
B = 23.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#85B662 (or 0x85B662) is known color: Mantis. HEX triplet: 85, B6 and 62. RGB value is (133,182,98). Sum of RGB (Red+Green+Blue) = 133+182+98=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 182 - color contains mainly: green. Hex color #85B662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B662 is #7A499D. Grayscale: #9E9E9E. Windows color (decimal): -8014238 or 6469253. OLE color: 6469253.

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

Color convert

RGB 133 182 98 -
CMYK 0.27 0 0.46 0.29
HSL 95º 0.37% 0.55% -
HSV(B) 95º 0.46% 0.71% -
XYZ 28.61 39.32 17.64 -
YUV 157.77 94.27 110.33 -
System Red Green Blue C M Y K H S L
Decimal 133 182 98 0.27 0 0.46 0.29 95 0.37 0.55
Hex 85 B6 62 1B 0 2E 1D 5F 25 37
Octal 205 266 142 33 0 56 35 137 45 67
Binary 10000101 10110110 1100010 11011 0 101110 11101 1011111 100101 110111

Color Harmonies of #85B662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B662

Black with #85B662

Text Example


Text Example

White with #85B662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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