#74B85A

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

Shades of Mantis #74B85A

Tints of Mantis #74B85A

Color information

#74B85A (or 0x74B85A) is unknown color: approx Mantis. HEX triplet: 74, B8 and 5A. RGB value is (116,184,90). Sum of RGB (Red+Green+Blue) = 116+184+90=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 184 - color contains mainly: green. Hex color #74B85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B85A is #8B47A5. Grayscale: #999999. Windows color (decimal): -9127846 or 5945460. OLE color: 5945460.

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

Color convert

RGB11618490-
CMYK0.3700.510.28
HSL103.4º39.83%53.73%-
HSV(B)103.4º51.09%72.16%-
XYZ26.1938.7315.77-
YUV152.9592.47101.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 184 (72.27% from 255) = 47.18%
BLUE value IS 90 (35.55% from 255) = 23.08%
R=29.74%
G=47.18%
B=23.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal116184900.3700.510.28103.439.8353.73
Hex74B85A250331C672836
Octal16427013245063341475066
Binary11101001011100010110101001010110011111001100111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,184,90); }

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

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

 a { background-color: rgb(116,184,90); }

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

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

 span { border-color: rgb(116,184,90); }

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