#7CBB46

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

Shades of Mantis #7CBB46

Tints of Mantis #7CBB46

Color information

#7CBB46 (or 0x7CBB46) is unknown color: approx Mantis. HEX triplet: 7C, BB and 46. RGB value is (124,187,70). Sum of RGB (Red+Green+Blue) = 124+187+70=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBB46 is #8344B9. Grayscale: #9B9B9B. Windows color (decimal): -8602810 or 4635516. OLE color: 4635516.

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

Color convert

RGB12418770-
CMYK0.3400.630.27
HSL92.31º46.25%50.39%-
HSV(B)92.31º62.57%73.33%-
XYZ27.1940.2712.13-
YUV154.8280.13106.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.55%
GREEN value IS 187 (73.44% from 255) = 49.08%
BLUE value IS 70 (27.73% from 255) = 18.37%
R=32.55%
G=49.08%
B=18.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124187700.3400.630.2792.3146.2550.39
Hex7CBB462203F1B5c2e32
Octal17427310642077331345662
Binary11111001011101110001101000100111111110111011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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