#74BB66

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

Shades of Mantis #74BB66

Tints of Mantis #74BB66

Color information

#74BB66 (or 0x74BB66) is unknown color: approx Mantis. HEX triplet: 74, BB and 66. RGB value is (116,187,102). Sum of RGB (Red+Green+Blue) = 116+187+102=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BB66 is #8B4499. Grayscale: #9C9C9C. Windows color (decimal): -9127066 or 6732660. OLE color: 6732660.

HSL color Cylindrical-coordinate representation of color #74BB66: hue angle of 110.12º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74BB66 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB116187102-
CMYK0.3800.450.27
HSL110.12º38.46%56.67%-
HSV(B)110.12º45.45%73.33%-
XYZ27.3740.2118.89-
YUV156.0897.4899.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.64%
GREEN value IS 187 (73.44% from 255) = 46.17%
BLUE value IS 102 (40.23% from 255) = 25.19%
R=28.64%
G=46.17%
B=25.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161871020.3800.450.27110.1238.4656.67
Hex74BB662602D1B6e2639
Octal16427314646055331564671
Binary11101001011101111001101001100101101110111101110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,187,102); }

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

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

 a { background-color: rgb(116,187,102); }

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

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

 span { border-color: rgb(116,187,102); }

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