#74C66A

Color #74C66A Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #74C66A

Tints of Mantis #74C66A

Color information

#74C66A (or 0x74C66A) is unknown color: approx Mantis. HEX triplet: 74, C6 and 6A. RGB value is (116,198,106). Sum of RGB (Red+Green+Blue) = 116+198+106=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #74C66A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C66A is #8B3995. Grayscale: #A3A3A3. Windows color (decimal): -9124246 or 6997620. OLE color: 6997620.

HSL color Cylindrical-coordinate representation of color #74C66A: hue angle of 113.48º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74C66A is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB116198106-
CMYK0.4100.460.22
HSL113.48º44.66%59.61%-
HSV(B)113.48º46.46%77.65%-
XYZ3045.1420.77-
YUV162.9995.8394.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.62%
GREEN value IS 198 (77.73% from 255) = 47.14%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=27.62%
G=47.14%
B=25.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161981060.4100.460.22113.4844.6659.61
Hex74C66A2902E16712d3c
Octal16430615251056261615574
Binary11101001100011011010101010010101110101101110001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74C66A; }

 p { color: rgb(116,198,106); }

 H1.HeaderClassName
 {
   color: #74C66A;
 }
 .AnyTagClassName
 {
   color: #74C66A;
 }
</style>
background-color css

<style>
 a { background-color: #74C66A; }

 a { background-color: rgb(116,198,106); }

 div.DivClassName
 {
   background-color: #74C66A;
 }
 .BgClassName
 {
   background-color: #74C66A;
 }
</style>
border-color css

<style>
 span { border-color: #74C66A; }

 span { border-color: rgb(116,198,106); }

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