Html Css Color HEX #7CB949 Mantis

📋 copy color: '#7CB949'

red 124 ◦ green 185 ◦ blue 73

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

Shades of Mantis #7CB949

Tints of Mantis #7CB949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.43%

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

R = 32.46%
G = 48.43%
B = 19.11%

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

#7CB949 (or 0x7CB949) is known color: Mantis. HEX triplet: 7C, B9 and 49. RGB value is (124,185,73). Sum of RGB (Red+Green+Blue) = 124+185+73=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB949 is #8346B6. Grayscale: #9A9A9A. Windows color (decimal): -8603319 or 4831612. OLE color: 4831612.

HSL color Cylindrical-coordinate representation of color #7CB949: hue angle of 92.68º degrees, saturation: 0.44, 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 #7CB949 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 185 73 -
CMYK 0.33 0 0.61 0.27
HSL 92.68º 0.44% 0.51% -
HSV(B) 92.68º 0.61% 0.73% -
XYZ 26.86 39.46 12.5 -
YUV 153.99 82.29 106.61 -
System Red Green Blue C M Y K H S L
Decimal 124 185 73 0.33 0 0.61 0.27 92.68 0.44 0.51
Hex 7C B9 49 21 0 3D 1B 5D 2C 33
Octal 174 271 111 41 0 75 33 135 54 63
Binary 1111100 10111001 1001001 100001 0 111101 11011 1011101 101100 110011

Color Harmonies of #7CB949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB949

Black with #7CB949

Text Example


Text Example

White with #7CB949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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