#7BC864

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

Shades of Mantis #7BC864

Tints of Mantis #7BC864

Color information

#7BC864 (or 0x7BC864) is unknown color: approx Mantis. HEX triplet: 7B, C8 and 64. RGB value is (123,200,100). Sum of RGB (Red+Green+Blue) = 123+200+100=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC864 is #84379B. Grayscale: #A5A5A5. Windows color (decimal): -8664988 or 6604923. OLE color: 6604923.

HSL color Cylindrical-coordinate representation of color #7BC864: hue angle of 106.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BC864 is Cyan = 0.38, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB123200100-
CMYK0.3800.50.22
HSL106.2º47.62%58.82%-
HSV(B)106.2º50%78.43%-
XYZ31.1246.4419.38-
YUV165.5890.9997.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.08%
GREEN value IS 200 (78.52% from 255) = 47.28%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=29.08%
G=47.28%
B=23.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1232001000.3800.50.22106.247.6258.82
Hex7BC86426032166a303b
Octal17331014446062261526073
Binary11110111100100011001001001100110010101101101010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,200,100); }

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

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

 a { background-color: rgb(123,200,100); }

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

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

 span { border-color: rgb(123,200,100); }

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