#7bc071

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

Shades of Mantis #7BC071

Tints of Mantis #7BC071

Color information

#7BC071 (or 0x7BC071) is unknown color: approx Mantis. HEX triplet: 7B, C0 and 71. RGB value is (123,192,113). Sum of RGB (Red+Green+Blue) = 123+192+113=428 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.74% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC071 is #843F8E. Grayscale: #A2A2A2. Windows color (decimal): -8667023 or 7454843. OLE color: 7454843.

HSL color Cylindrical-coordinate representation of color #7BC071: hue angle of 112.41º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BC071 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB123192113-
CMYK0.3600.410.25
HSL112.41º38.54%59.8%-
HSV(B)112.41º41.15%75.29%-
XYZ3043.122.36-
YUV162.36100.1499.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.74%
GREEN value IS 192 (75.39% from 255) = 44.86%
BLUE value IS 113 (44.53% from 255) = 26.40%
R=28.74%
G=44.86%
B=26.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231921130.3600.410.25112.4138.5459.8
Hex7BC071240291970273c
Octal17330016144051311604774
Binary11110111100000011100011001000101001110011110000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bc071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,192,113); }

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

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

 a { background-color: rgb(123,192,113); }

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

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

 span { border-color: rgb(123,192,113); }

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