#74B95A

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

Shades of Mantis #74B95A

Tints of Mantis #74B95A

Color information

#74B95A (or 0x74B95A) is unknown color: approx Mantis. HEX triplet: 74, B9 and 5A. RGB value is (116,185,90). Sum of RGB (Red+Green+Blue) = 116+185+90=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #74B95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B95A is #8B46A5. Grayscale: #999999. Windows color (decimal): -9127590 or 5945716. OLE color: 5945716.

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

Color convert

RGB11618590-
CMYK0.3700.510.27
HSL103.58º40.43%53.92%-
HSV(B)103.58º51.35%72.55%-
XYZ26.439.1515.84-
YUV153.5492.14101.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 185 (72.66% from 255) = 47.31%
BLUE value IS 90 (35.55% from 255) = 23.02%
R=29.67%
G=47.31%
B=23.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116185900.3700.510.27103.5840.4353.92
Hex74B95A250331B682836
Octal16427113245063331505066
Binary11101001011100110110101001010110011110111101000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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