Html Css Color HEX #85B460 Mantis

📋 copy color: '#85B460'

red 133 ◦ green 180 ◦ blue 96

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

Shades of Mantis #85B460

Tints of Mantis #85B460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.01%

 BLUE value IS 96 (37.89% from 255) = 23.47%

R = 32.52%
G = 44.01%
B = 23.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#85B460 (or 0x85B460) is known color: Mantis. HEX triplet: 85, B4 and 60. RGB value is (133,180,96). Sum of RGB (Red+Green+Blue) = 133+180+96=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #85B460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B460 is #7A4B9F. Grayscale: #9C9C9C. Windows color (decimal): -8014752 or 6337669. OLE color: 6337669.

HSL color Cylindrical-coordinate representation of color #85B460: hue angle of 93.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85B460 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 180 96 -
CMYK 0.26 0 0.47 0.29
HSL 93.57º 0.36% 0.54% -
HSV(B) 93.57º 0.47% 0.71% -
XYZ 28.11 38.47 17.01 -
YUV 156.37 93.93 111.33 -
System Red Green Blue C M Y K H S L
Decimal 133 180 96 0.26 0 0.47 0.29 93.57 0.36 0.54
Hex 85 B4 60 1A 0 2F 1D 5E 24 36
Octal 205 264 140 32 0 57 35 136 44 66
Binary 10000101 10110100 1100000 11010 0 101111 11101 1011110 100100 110110

Color Harmonies of #85B460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B460

Black with #85B460

Text Example


Text Example

White with #85B460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,180,96); }

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

background-color css

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

 a { background-color: rgb(133,180,96); }

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

border-color css

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

 span { border-color: rgb(133,180,96); }

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