Html Css Color HEX #73B560 Mantis

📋 copy color: '#73B560'

red 115 ◦ green 181 ◦ blue 96

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

Shades of Mantis #73B560

Tints of Mantis #73B560

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.17%

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

R = 29.34%
G = 46.17%
B = 24.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#73B560 (or 0x73B560) is known color: Mantis. HEX triplet: 73, B5 and 60. RGB value is (115,181,96). Sum of RGB (Red+Green+Blue) = 115+181+96=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #73B560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B560 is #8C4A9F. Grayscale: #979797. Windows color (decimal): -9194144 or 6337907. OLE color: 6337907.

HSL color Cylindrical-coordinate representation of color #73B560: hue angle of 106.59º 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 #73B560 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 181 96 -
CMYK 0.36 0 0.47 0.29
HSL 106.59º 0.36% 0.54% -
HSV(B) 106.59º 0.47% 0.71% -
XYZ 25.71 37.54 16.96 -
YUV 151.58 96.63 101.91 -
System Red Green Blue C M Y K H S L
Decimal 115 181 96 0.36 0 0.47 0.29 106.59 0.36 0.54
Hex 73 B5 60 24 0 2F 1D 6B 24 36
Octal 163 265 140 44 0 57 35 153 44 66
Binary 1110011 10110101 1100000 100100 0 101111 11101 1101011 100100 110110

Color Harmonies of #73B560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B560

Black with #73B560

Text Example


Text Example

White with #73B560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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