#74B65D

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

Shades of Mantis #74B65D

Tints of Mantis #74B65D

Color information

#74B65D (or 0x74B65D) is unknown color: approx Mantis. HEX triplet: 74, B6 and 5D. RGB value is (116,182,93). Sum of RGB (Red+Green+Blue) = 116+182+93=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 182 - color contains mainly: green. Hex color #74B65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B65D is #8B49A2. Grayscale: #989898. Windows color (decimal): -9128355 or 6141556. OLE color: 6141556.

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

Color convert

RGB11618293-
CMYK0.3600.490.29
HSL104.49º37.87%53.92%-
HSV(B)104.49º48.9%71.37%-
XYZ25.9137.9616.32-
YUV152.1294.63102.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 182 (71.48% from 255) = 46.55%
BLUE value IS 93 (36.72% from 255) = 23.79%
R=29.67%
G=46.55%
B=23.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116182930.3600.490.29104.4937.8753.92
Hex74B65D240311D682636
Octal16426613544061351504666
Binary11101001011011010111011001000110001111011101000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,182,93); }

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

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

 a { background-color: rgb(116,182,93); }

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

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

 span { border-color: rgb(116,182,93); }

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