Html Css Color HEX #73B760 Mantis

📋 copy color: '#73B760'

red 115 ◦ green 183 ◦ blue 96

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

Shades of Mantis #73B760

Tints of Mantis #73B760

RGB

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

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

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

R = 29.19%
G = 46.45%
B = 24.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#73B760 (or 0x73B760) is known color: Mantis. HEX triplet: 73, B7 and 60. RGB value is (115,183,96). Sum of RGB (Red+Green+Blue) = 115+183+96=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #73B760 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B760 is #8C489F. Grayscale: #999999. Windows color (decimal): -9193632 or 6338419. OLE color: 6338419.

HSL color Cylindrical-coordinate representation of color #73B760: hue angle of 106.9º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73B760 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 115 183 96 -
CMYK 0.37 0 0.48 0.28
HSL 106.9º 0.38% 0.55% -
HSV(B) 106.9º 0.48% 0.72% -
XYZ 26.12 38.36 17.09 -
YUV 152.75 95.97 101.07 -
System Red Green Blue C M Y K H S L
Decimal 115 183 96 0.37 0 0.48 0.28 106.9 0.38 0.55
Hex 73 B7 60 25 0 30 1C 6B 26 37
Octal 163 267 140 45 0 60 34 153 46 67
Binary 1110011 10110111 1100000 100101 0 110000 11100 1101011 100110 110111

Color Harmonies of #73B760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B760

Black with #73B760

Text Example


Text Example

White with #73B760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,183,96); }

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

background-color css

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

 a { background-color: rgb(115,183,96); }

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

border-color css

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

 span { border-color: rgb(115,183,96); }

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