Html Css Color HEX #7CB646 Mantis

📋 copy color: '#7CB646'

red 124 ◦ green 182 ◦ blue 70

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

Shades of Mantis #7CB646

Tints of Mantis #7CB646

RGB

 RED value IS 124 (48.83% from 255) = 32.98%

 GREEN value IS 182 (71.48% from 255) = 48.4%

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

R = 32.98%
G = 48.4%
B = 18.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#7CB646 (or 0x7CB646) is known color: Mantis. HEX triplet: 7C, B6 and 46. RGB value is (124,182,70). Sum of RGB (Red+Green+Blue) = 124+182+70=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB646 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB646 is #8349B9. Grayscale: #989898. Windows color (decimal): -8604090 or 4634236. OLE color: 4634236.

HSL color Cylindrical-coordinate representation of color #7CB646: hue angle of 91.07º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7CB646 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 182 70 -
CMYK 0.32 0 0.62 0.29
HSL 91.07º 0.44% 0.49% -
HSV(B) 91.07º 0.62% 0.71% -
XYZ 26.15 38.18 11.79 -
YUV 151.89 81.78 108.11 -
System Red Green Blue C M Y K H S L
Decimal 124 182 70 0.32 0 0.62 0.29 91.07 0.44 0.49
Hex 7C B6 46 20 0 3E 1D 5B 2C 31
Octal 174 266 106 40 0 76 35 133 54 61
Binary 1111100 10110110 1000110 100000 0 111110 11101 1011011 101100 110001

Color Harmonies of #7CB646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB646

Black with #7CB646

Text Example


Text Example

White with #7CB646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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