#7CCA6A

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

Shades of Mantis #7CCA6A

Tints of Mantis #7CCA6A

Color information

#7CCA6A (or 0x7CCA6A) is unknown color: approx Mantis. HEX triplet: 7C, CA and 6A. RGB value is (124,202,106). Sum of RGB (Red+Green+Blue) = 124+202+106=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCA6A is #833595. Grayscale: #A8A8A8. Windows color (decimal): -8598934 or 6998652. OLE color: 6998652.

HSL color Cylindrical-coordinate representation of color #7CCA6A: hue angle of 108.75º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CCA6A is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB124202106-
CMYK0.3900.480.21
HSL108.75º47.52%60.39%-
HSV(B)108.75º47.52%79.22%-
XYZ32.0347.5721.13-
YUV167.7393.1696.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.70%
GREEN value IS 202 (79.30% from 255) = 46.76%
BLUE value IS 106 (41.80% from 255) = 24.54%
R=28.70%
G=46.76%
B=24.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1242021060.3900.480.21108.7547.5260.39
Hex7CCA6A27030156d303c
Octal17431215247060251556074
Binary11111001100101011010101001110110000101011101101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,202,106); }

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

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

 a { background-color: rgb(124,202,106); }

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

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

 span { border-color: rgb(124,202,106); }

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