Html Css Color HEX #7BC046 Mantis

📋 copy color: '#7BC046'

red 123 ◦ green 192 ◦ blue 70

#7BC046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #7BC046

Tints of Mantis #7BC046

RGB

 RED value IS 123 (48.44% from 255) = 31.95%

 GREEN value IS 192 (75.39% from 255) = 49.87%

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 31.95%
G = 49.87%
B = 18.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#7BC046 (or 0x7BC046) is known color: Mantis. HEX triplet: 7B, C0 and 46. RGB value is (123,192,70). Sum of RGB (Red+Green+Blue) = 123+192+70=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC046 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC046 is #843FB9. Grayscale: #9D9D9D. Windows color (decimal): -8667066 or 4636795. OLE color: 4636795.

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

Color convert

RGB 123 192 70 -
CMYK 0.36 0 0.64 0.25
HSL 93.93º 0.49% 0.51% -
HSV(B) 93.93º 0.64% 0.75% -
XYZ 28.12 42.35 12.49 -
YUV 157.46 78.64 103.42 -
System Red Green Blue C M Y K H S L
Decimal 123 192 70 0.36 0 0.64 0.25 93.93 0.49 0.51
Hex 7B C0 46 24 0 40 19 5E 31 33
Octal 173 300 106 44 0 100 31 136 61 63
Binary 1111011 11000000 1000110 100100 0 1000000 11001 1011110 110001 110011

Color Harmonies of #7BC046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC046

Black with #7BC046

Text Example


Text Example

White with #7BC046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7BC046;
 }
 .AnyTagClassName
 {
   color: #7BC046;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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