Html Css Color HEX #73C168 Mantis

📋 copy color: '#73C168'

red 115 ◦ green 193 ◦ blue 104

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

Shades of Mantis #73C168

Tints of Mantis #73C168

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.84%

 BLUE value IS 104 (41.02% from 255) = 25.24%

R = 27.91%
G = 46.84%
B = 25.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#73C168 (or 0x73C168) is known color: Mantis. HEX triplet: 73, C1 and 68. RGB value is (115,193,104). Sum of RGB (Red+Green+Blue) = 115+193+104=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #73C168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C168 is #8C3E97. Grayscale: #9F9F9F. Windows color (decimal): -9191064 or 6865267. OLE color: 6865267.

HSL color Cylindrical-coordinate representation of color #73C168: hue angle of 112.58º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73C168 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 193 104 -
CMYK 0.40 0 0.46 0.24
HSL 112.58º 0.42% 0.58% -
HSV(B) 112.58º 0.46% 0.76% -
XYZ 28.64 42.78 19.85 -
YUV 159.53 96.66 96.24 -
System Red Green Blue C M Y K H S L
Decimal 115 193 104 0.40 0 0.46 0.24 112.58 0.42 0.58
Hex 73 C1 68 28 0 2E 18 71 2A 3A
Octal 163 301 150 50 0 56 30 161 52 72
Binary 1110011 11000001 1101000 101000 0 101110 11000 1110001 101010 111010

Color Harmonies of #73C168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C168

Black with #73C168

Text Example


Text Example

White with #73C168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,193,104); }

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

background-color css

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

 a { background-color: rgb(115,193,104); }

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

border-color css

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

 span { border-color: rgb(115,193,104); }

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