Html Css Color HEX #85C673 Mantis

📋 copy color: '#85C673'

red 133 ◦ green 198 ◦ blue 115

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

Shades of Mantis #85C673

Tints of Mantis #85C673

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.39%

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

R = 29.82%
G = 44.39%
B = 25.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#85C673 (or 0x85C673) is known color: Mantis. HEX triplet: 85, C6 and 73. RGB value is (133,198,115). Sum of RGB (Red+Green+Blue) = 133+198+115=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #85C673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C673 is #7A398C. Grayscale: #A9A9A9. Windows color (decimal): -8010125 or 7587461. OLE color: 7587461.

HSL color Cylindrical-coordinate representation of color #85C673: hue angle of 106.99º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85C673 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 198 115 -
CMYK 0.33 0 0.42 0.22
HSL 106.99º 0.42% 0.61% -
HSV(B) 106.99º 0.42% 0.78% -
XYZ 32.96 46.61 23.48 -
YUV 169.1 97.47 102.25 -
System Red Green Blue C M Y K H S L
Decimal 133 198 115 0.33 0 0.42 0.22 106.99 0.42 0.61
Hex 85 C6 73 21 0 2A 16 6B 2A 3D
Octal 205 306 163 41 0 52 26 153 52 75
Binary 10000101 11000110 1110011 100001 0 101010 10110 1101011 101010 111101

Color Harmonies of #85C673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C673

Black with #85C673

Text Example


Text Example

White with #85C673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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