#7CBB66

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

Shades of Mantis #7CBB66

Tints of Mantis #7CBB66

Color information

#7CBB66 (or 0x7CBB66) is unknown color: approx Mantis. HEX triplet: 7C, BB and 66. RGB value is (124,187,102). Sum of RGB (Red+Green+Blue) = 124+187+102=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBB66 is #834499. Grayscale: #9E9E9E. Windows color (decimal): -8602778 or 6732668. OLE color: 6732668.

HSL color Cylindrical-coordinate representation of color #7CBB66: hue angle of 104.47º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CBB66 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB124187102-
CMYK0.3400.450.27
HSL104.47º38.46%56.67%-
HSV(B)104.47º45.45%73.33%-
XYZ28.4840.7918.94-
YUV158.4796.13103.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.02%
GREEN value IS 187 (73.44% from 255) = 45.28%
BLUE value IS 102 (40.23% from 255) = 24.70%
R=30.02%
G=45.28%
B=24.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241871020.3400.450.27104.4738.4656.67
Hex7CBB662202D1B682639
Octal17427314642055331504671
Binary11111001011101111001101000100101101110111101000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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