Html Css Color HEX #7CBA49 Mantis

📋 copy color: '#7CBA49'

red 124 ◦ green 186 ◦ blue 73

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

Shades of Mantis #7CBA49

Tints of Mantis #7CBA49

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.56%

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

R = 32.38%
G = 48.56%
B = 19.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#7CBA49 (or 0x7CBA49) is known color: Mantis. HEX triplet: 7C, BA and 49. RGB value is (124,186,73). Sum of RGB (Red+Green+Blue) = 124+186+73=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA49 is #8345B6. Grayscale: #9A9A9A. Windows color (decimal): -8603063 or 4831868. OLE color: 4831868.

HSL color Cylindrical-coordinate representation of color #7CBA49: hue angle of 92.92º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7CBA49 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 186 73 -
CMYK 0.33 0 0.61 0.27
HSL 92.92º 0.45% 0.51% -
HSV(B) 92.92º 0.61% 0.73% -
XYZ 27.07 39.88 12.57 -
YUV 154.58 81.96 106.19 -
System Red Green Blue C M Y K H S L
Decimal 124 186 73 0.33 0 0.61 0.27 92.92 0.45 0.51
Hex 7C BA 49 21 0 3D 1B 5D 2D 33
Octal 174 272 111 41 0 75 33 135 55 63
Binary 1111100 10111010 1001001 100001 0 111101 11011 1011101 101101 110011

Color Harmonies of #7CBA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA49

Black with #7CBA49

Text Example


Text Example

White with #7CBA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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