Html Css Color HEX #73B656 Mantis

📋 copy color: '#73B656'

red 115 ◦ green 182 ◦ blue 86

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

Shades of Mantis #73B656

Tints of Mantis #73B656

RGB

 RED value IS 115 (45.31% from 255) = 30.03%

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

 BLUE value IS 86 (33.98% from 255) = 22.45%

R = 30.03%
G = 47.52%
B = 22.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#73B656 (or 0x73B656) is known color: Mantis. HEX triplet: 73, B6 and 56. RGB value is (115,182,86). Sum of RGB (Red+Green+Blue) = 115+182+86=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #73B656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B656 is #8C49A9. Grayscale: #979797. Windows color (decimal): -9193898 or 5682803. OLE color: 5682803.

HSL color Cylindrical-coordinate representation of color #73B656: hue angle of 101.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73B656 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 182 86 -
CMYK 0.37 0 0.53 0.29
HSL 101.88º 0.4% 0.53% -
HSV(B) 101.88º 0.53% 0.71% -
XYZ 25.48 37.77 14.75 -
YUV 151.02 91.3 102.31 -
System Red Green Blue C M Y K H S L
Decimal 115 182 86 0.37 0 0.53 0.29 101.88 0.4 0.53
Hex 73 B6 56 25 0 35 1D 66 28 35
Octal 163 266 126 45 0 65 35 146 50 65
Binary 1110011 10110110 1010110 100101 0 110101 11101 1100110 101000 110101

Color Harmonies of #73B656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B656

Black with #73B656

Text Example


Text Example

White with #73B656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73B656; }

 p { color: rgb(115,182,86); }

 H1.HeaderClassName
 {
   color: #73B656;
 }
 .AnyTagClassName
 {
   color: #73B656;
 }
</style>

background-color css

<style>
 a { background-color: #73B656; }

 a { background-color: rgb(115,182,86); }

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

border-color css

<style>
 span { border-color: #73B656; }

 span { border-color: rgb(115,182,86); }

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