#7CBE64

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

Shades of Mantis #7CBE64

Tints of Mantis #7CBE64

Color information

#7CBE64 (or 0x7CBE64) is unknown color: approx Mantis. HEX triplet: 7C, BE and 64. RGB value is (124,190,100). Sum of RGB (Red+Green+Blue) = 124+190+100=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBE64 is #83419B. Grayscale: #A0A0A0. Windows color (decimal): -8602012 or 6602364. OLE color: 6602364.

HSL color Cylindrical-coordinate representation of color #7CBE64: hue angle of 104º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CBE64 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB124190100-
CMYK0.3500.470.25
HSL104º40.91%56.86%-
HSV(B)104º47.37%74.51%-
XYZ29.0342.0318.64-
YUV160.0194.13102.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.95%
GREEN value IS 190 (74.61% from 255) = 45.89%
BLUE value IS 100 (39.45% from 255) = 24.15%
R=29.95%
G=45.89%
B=24.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241901000.3500.470.2510440.9156.86
Hex7CBE642302F19682939
Octal17427614443057311505171
Binary11111001011111011001001000110101111110011101000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,190,100); }

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

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

 a { background-color: rgb(124,190,100); }

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

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

 span { border-color: rgb(124,190,100); }

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