#7CB74D

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

Shades of Mantis #7CB74D

Tints of Mantis #7CB74D

Color information

#7CB74D (or 0x7CB74D) is unknown color: approx Mantis. HEX triplet: 7C, B7 and 4D. RGB value is (124,183,77). Sum of RGB (Red+Green+Blue) = 124+183+77=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB74D is #8348B2. Grayscale: #999999. Windows color (decimal): -8603827 or 5093244. OLE color: 5093244.

HSL color Cylindrical-coordinate representation of color #7CB74D: hue angle of 93.4º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7CB74D is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB12418377-
CMYK0.3200.580.28
HSL93.4º42.4%50.98%-
HSV(B)93.4º57.92%71.76%-
XYZ26.5938.6913.09-
YUV153.2784.95107.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.29%
GREEN value IS 183 (71.88% from 255) = 47.66%
BLUE value IS 77 (30.47% from 255) = 20.05%
R=32.29%
G=47.66%
B=20.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal124183770.3200.580.2893.442.450.98
Hex7CB74D2003A1C5d2a33
Octal17426711540072341355263
Binary11111001011011110011011000000111010111001011101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CB74D; }

 p { color: rgb(124,183,77); }

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

<style>
 a { background-color: #7CB74D; }

 a { background-color: rgb(124,183,77); }

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

<style>
 span { border-color: #7CB74D; }

 span { border-color: rgb(124,183,77); }

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