Html Css Color HEX #73B064 Mantis

📋 copy color: '#73B064'

red 115 ◦ green 176 ◦ blue 100

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

Shades of Mantis #73B064

Tints of Mantis #73B064

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.01%

 BLUE value IS 100 (39.45% from 255) = 25.58%

R = 29.41%
G = 45.01%
B = 25.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#73B064 (or 0x73B064) is known color: Mantis. HEX triplet: 73, B0 and 64. RGB value is (115,176,100). Sum of RGB (Red+Green+Blue) = 115+176+100=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 176 - color contains mainly: green. Hex color #73B064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B064 is #8C4F9B. Grayscale: #959595. Windows color (decimal): -9195420 or 6598771. OLE color: 6598771.

HSL color Cylindrical-coordinate representation of color #73B064: hue angle of 108.16º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73B064 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 176 100 -
CMYK 0.35 0 0.43 0.31
HSL 108.16º 0.32% 0.54% -
HSV(B) 108.16º 0.43% 0.69% -
XYZ 24.9 35.62 17.62 -
YUV 149.1 100.29 103.68 -
System Red Green Blue C M Y K H S L
Decimal 115 176 100 0.35 0 0.43 0.31 108.16 0.32 0.54
Hex 73 B0 64 23 0 2B 1F 6C 20 36
Octal 163 260 144 43 0 53 37 154 40 66
Binary 1110011 10110000 1100100 100011 0 101011 11111 1101100 100000 110110

Color Harmonies of #73B064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B064

Black with #73B064

Text Example


Text Example

White with #73B064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,176,100); }

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

background-color css

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

 a { background-color: rgb(115,176,100); }

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

border-color css

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

 span { border-color: rgb(115,176,100); }

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