#74B756

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

Shades of Mantis #74B756

Tints of Mantis #74B756

Color information

#74B756 (or 0x74B756) is unknown color: approx Mantis. HEX triplet: 74, B7 and 56. RGB value is (116,183,86). Sum of RGB (Red+Green+Blue) = 116+183+86=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #74B756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B756 is #8B48A9. Grayscale: #989898. Windows color (decimal): -9128106 or 5683060. OLE color: 5683060.

HSL color Cylindrical-coordinate representation of color #74B756: hue angle of 101.44º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74B756 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB11618386-
CMYK0.3700.530.28
HSL101.44º40.25%52.75%-
HSV(B)101.44º53.01%71.76%-
XYZ25.8238.2514.83-
YUV151.9190.8102.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 183 (71.88% from 255) = 47.53%
BLUE value IS 86 (33.98% from 255) = 22.34%
R=30.13%
G=47.53%
B=22.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal116183860.3700.530.28101.4440.2552.75
Hex74B756250351C652835
Octal16426712645065341455065
Binary11101001011011110101101001010110101111001100101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,183,86); }

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

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

 a { background-color: rgb(116,183,86); }

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

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

 span { border-color: rgb(116,183,86); }

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