#74B360

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

Shades of Mantis #74B360

Tints of Mantis #74B360

Color information

#74B360 (or 0x74B360) is unknown color: approx Mantis. HEX triplet: 74, B3 and 60. RGB value is (116,179,96). Sum of RGB (Red+Green+Blue) = 116+179+96=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #74B360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B360 is #8B4C9F. Grayscale: #969696. Windows color (decimal): -9129120 or 6337396. OLE color: 6337396.

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

Color convert

RGB11617996-
CMYK0.3500.460.30
HSL105.54º35.32%53.92%-
HSV(B)105.54º46.37%70.2%-
XYZ25.4336.816.83-
YUV150.797.13103.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 179 (70.31% from 255) = 45.78%
BLUE value IS 96 (37.89% from 255) = 24.55%
R=29.67%
G=45.78%
B=24.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal116179960.3500.460.30105.5435.3253.92
Hex74B3602302E1E6a2336
Octal16426314043056361524366
Binary11101001011001111000001000110101110111101101010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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