#74B45E

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

Shades of Mantis #74B45E

Tints of Mantis #74B45E

Color information

#74B45E (or 0x74B45E) is unknown color: approx Mantis. HEX triplet: 74, B4 and 5E. RGB value is (116,180,94). Sum of RGB (Red+Green+Blue) = 116+180+94=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #74B45E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B45E is #8B4BA1. Grayscale: #979797. Windows color (decimal): -9128866 or 6206580. OLE color: 6206580.

HSL color Cylindrical-coordinate representation of color #74B45E: hue angle of 104.65º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74B45E is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB11618094-
CMYK0.3600.480.29
HSL104.65º36.44%53.73%-
HSV(B)104.65º47.78%70.59%-
XYZ25.5437.1616.42-
YUV151.0695.8102.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 180 (70.70% from 255) = 46.15%
BLUE value IS 94 (37.11% from 255) = 24.10%
R=29.74%
G=46.15%
B=24.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116180940.3600.480.29104.6536.4453.73
Hex74B45E240301D692436
Octal16426413644060351514466
Binary11101001011010010111101001000110000111011101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,180,94); }

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

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

 a { background-color: rgb(116,180,94); }

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

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

 span { border-color: rgb(116,180,94); }

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