#7CBF60

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

Shades of Mantis #7CBF60

Tints of Mantis #7CBF60

Color information

#7CBF60 (or 0x7CBF60) is unknown color: approx Mantis. HEX triplet: 7C, BF and 60. RGB value is (124,191,96). Sum of RGB (Red+Green+Blue) = 124+191+96=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF60 is #83409F. Grayscale: #A0A0A0. Windows color (decimal): -8601760 or 6340476. OLE color: 6340476.

HSL color Cylindrical-coordinate representation of color #7CBF60: hue angle of 102.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CBF60 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB12419196-
CMYK0.3500.500.25
HSL102.32º42.6%56.27%-
HSV(B)102.32º49.74%74.9%-
XYZ29.0542.3917.72-
YUV160.1491.8102.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.17%
GREEN value IS 191 (75% from 255) = 46.47%
BLUE value IS 96 (37.89% from 255) = 23.36%
R=30.17%
G=46.47%
B=23.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124191960.3500.500.25102.3242.656.27
Hex7CBF602303219662b38
Octal17427714043062311465370
Binary11111001011111111000001000110110010110011100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,191,96); }

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

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

 a { background-color: rgb(124,191,96); }

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

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

 span { border-color: rgb(124,191,96); }

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