#74B356

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

Shades of Mantis #74B356

Tints of Mantis #74B356

Color information

#74B356 (or 0x74B356) is unknown color: approx Mantis. HEX triplet: 74, B3 and 56. RGB value is (116,179,86). Sum of RGB (Red+Green+Blue) = 116+179+86=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #74B356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B356 is #8B4CA9. Grayscale: #959595. Windows color (decimal): -9129130 or 5682036. OLE color: 5682036.

HSL color Cylindrical-coordinate representation of color #74B356: hue angle of 100.65º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74B356 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB11617986-
CMYK0.3500.520.30
HSL100.65º37.96%51.96%-
HSV(B)100.65º51.96%70.2%-
XYZ2536.6314.56-
YUV149.5692.13104.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.45%
GREEN value IS 179 (70.31% from 255) = 46.98%
BLUE value IS 86 (33.98% from 255) = 22.57%
R=30.45%
G=46.98%
B=22.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal116179860.3500.520.30100.6537.9651.96
Hex74B356230341E652634
Octal16426312643064361454664
Binary11101001011001110101101000110110100111101100101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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