#74BA63

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

Shades of Mantis #74BA63

Tints of Mantis #74BA63

Color information

#74BA63 (or 0x74BA63) is unknown color: approx Mantis. HEX triplet: 74, BA and 63. RGB value is (116,186,99). Sum of RGB (Red+Green+Blue) = 116+186+99=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BA63 is #8B459C. Grayscale: #9B9B9B. Windows color (decimal): -9127325 or 6535796. OLE color: 6535796.

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

Color convert

RGB11618699-
CMYK0.3800.470.27
HSL108.28º38.67%55.88%-
HSV(B)108.28º46.77%72.94%-
XYZ27.0139.7318.05-
YUV155.1596.31100.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.93%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 99 (39.06% from 255) = 24.69%
R=28.93%
G=46.38%
B=24.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116186990.3800.470.27108.2838.6755.88
Hex74BA632602F1B6c2738
Octal16427214346057331544770
Binary11101001011101011000111001100101111110111101100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,186,99); }

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

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

 a { background-color: rgb(116,186,99); }

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

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

 span { border-color: rgb(116,186,99); }

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