Html Css Color HEX #7CB649 Mantis

📋 copy color: '#7CB649'

red 124 ◦ green 182 ◦ blue 73

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

Shades of Mantis #7CB649

Tints of Mantis #7CB649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.26%

R = 32.72%
G = 48.02%
B = 19.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#7CB649 (or 0x7CB649) is known color: Mantis. HEX triplet: 7C, B6 and 49. RGB value is (124,182,73). Sum of RGB (Red+Green+Blue) = 124+182+73=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB649 is #8349B6. Grayscale: #989898. Windows color (decimal): -8604087 or 4830844. OLE color: 4830844.

HSL color Cylindrical-coordinate representation of color #7CB649: hue angle of 91.93º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CB649 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 182 73 -
CMYK 0.32 0 0.60 0.29
HSL 91.93º 0.43% 0.5% -
HSV(B) 91.93º 0.6% 0.71% -
XYZ 26.24 38.22 12.3 -
YUV 152.23 83.28 107.86 -
System Red Green Blue C M Y K H S L
Decimal 124 182 73 0.32 0 0.60 0.29 91.93 0.43 0.5
Hex 7C B6 49 20 0 3C 1D 5C 2B 32
Octal 174 266 111 40 0 74 35 134 53 62
Binary 1111100 10110110 1001001 100000 0 111100 11101 1011100 101011 110010

Color Harmonies of #7CB649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB649

Black with #7CB649

Text Example


Text Example

White with #7CB649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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