#7CBE66

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

Shades of Mantis #7CBE66

Tints of Mantis #7CBE66

Color information

#7CBE66 (or 0x7CBE66) is unknown color: approx Mantis. HEX triplet: 7C, BE and 66. RGB value is (124,190,102). Sum of RGB (Red+Green+Blue) = 124+190+102=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBE66 is #834199. Grayscale: #A0A0A0. Windows color (decimal): -8602010 or 6733436. OLE color: 6733436.

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

Color convert

RGB124190102-
CMYK0.3500.460.25
HSL105º40.37%57.25%-
HSV(B)105º46.32%74.51%-
XYZ29.1242.0719.16-
YUV160.2395.13102.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.81%
GREEN value IS 190 (74.61% from 255) = 45.67%
BLUE value IS 102 (40.23% from 255) = 24.52%
R=29.81%
G=45.67%
B=24.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241901020.3500.460.2510540.3757.25
Hex7CBE662302E19692839
Octal17427614643056311515071
Binary11111001011111011001101000110101110110011101001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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