Html Css Color HEX #73B260 Mantis

📋 copy color: '#73B260'

red 115 ◦ green 178 ◦ blue 96

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

Shades of Mantis #73B260

Tints of Mantis #73B260

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.76%

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

R = 29.56%
G = 45.76%
B = 24.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#73B260 (or 0x73B260) is known color: Mantis. HEX triplet: 73, B2 and 60. RGB value is (115,178,96). Sum of RGB (Red+Green+Blue) = 115+178+96=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #73B260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B260 is #8C4D9F. Grayscale: #969696. Windows color (decimal): -9194912 or 6337139. OLE color: 6337139.

HSL color Cylindrical-coordinate representation of color #73B260: hue angle of 106.1º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73B260 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 178 96 -
CMYK 0.35 0 0.46 0.30
HSL 106.1º 0.35% 0.54% -
HSV(B) 106.1º 0.46% 0.7% -
XYZ 25.1 36.33 16.76 -
YUV 149.82 97.63 103.17 -
System Red Green Blue C M Y K H S L
Decimal 115 178 96 0.35 0 0.46 0.30 106.1 0.35 0.54
Hex 73 B2 60 23 0 2E 1E 6A 23 36
Octal 163 262 140 43 0 56 36 152 43 66
Binary 1110011 10110010 1100000 100011 0 101110 11110 1101010 100011 110110

Color Harmonies of #73B260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B260

Black with #73B260

Text Example


Text Example

White with #73B260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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