Html Css Color HEX #73BA61 Mantis

📋 copy color: '#73BA61'

red 115 ◦ green 186 ◦ blue 97

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

Shades of Mantis #73BA61

Tints of Mantis #73BA61

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.73%

 BLUE value IS 97 (38.28% from 255) = 24.37%

R = 28.89%
G = 46.73%
B = 24.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#73BA61 (or 0x73BA61) is known color: Mantis. HEX triplet: 73, BA and 61. RGB value is (115,186,97). Sum of RGB (Red+Green+Blue) = 115+186+97=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BA61 is #8C459E. Grayscale: #9A9A9A. Windows color (decimal): -9192863 or 6404723. OLE color: 6404723.

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

Color convert

RGB 115 186 97 -
CMYK 0.38 0 0.48 0.27
HSL 107.87º 0.39% 0.55% -
HSV(B) 107.87º 0.48% 0.73% -
XYZ 26.79 39.63 17.55 -
YUV 154.63 95.48 99.74 -
System Red Green Blue C M Y K H S L
Decimal 115 186 97 0.38 0 0.48 0.27 107.87 0.39 0.55
Hex 73 BA 61 26 0 30 1B 6C 27 37
Octal 163 272 141 46 0 60 33 154 47 67
Binary 1110011 10111010 1100001 100110 0 110000 11011 1101100 100111 110111

Color Harmonies of #73BA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BA61

Black with #73BA61

Text Example


Text Example

White with #73BA61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,186,97); }

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

background-color css

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

 a { background-color: rgb(115,186,97); }

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

border-color css

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

 span { border-color: rgb(115,186,97); }

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