#74C060

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

Shades of Mantis #74C060

Tints of Mantis #74C060

Color information

#74C060 (or 0x74C060) is unknown color: approx Mantis. HEX triplet: 74, C0 and 60. RGB value is (116,192,96). Sum of RGB (Red+Green+Blue) = 116+192+96=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #74C060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C060 is #8B3F9F. Grayscale: #9E9E9E. Windows color (decimal): -9125792 or 6340724. OLE color: 6340724.

HSL color Cylindrical-coordinate representation of color #74C060: hue angle of 107.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74C060 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB11619296-
CMYK0.4000.500.25
HSL107.5º43.24%56.47%-
HSV(B)107.5º50%75.29%-
XYZ28.1642.2617.74-
YUV158.3392.8297.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.71%
GREEN value IS 192 (75.39% from 255) = 47.52%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=28.71%
G=47.52%
B=23.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116192960.4000.500.25107.543.2456.47
Hex74C06028032196c2b38
Octal16430014050062311545370
Binary11101001100000011000001010000110010110011101100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,192,96); }

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

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

 a { background-color: rgb(116,192,96); }

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

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

 span { border-color: rgb(116,192,96); }

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