Html Css Color HEX #7CBA45 Mantis

📋 copy color: '#7CBA45'

red 124 ◦ green 186 ◦ blue 69

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

Shades of Mantis #7CBA45

Tints of Mantis #7CBA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.21%

R = 32.72%
G = 49.08%
B = 18.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#7CBA45 (or 0x7CBA45) is known color: Mantis. HEX triplet: 7C, BA and 45. RGB value is (124,186,69). Sum of RGB (Red+Green+Blue) = 124+186+69=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA45 is #8345BA. Grayscale: #9A9A9A. Windows color (decimal): -8603067 or 4569724. OLE color: 4569724.

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

Color convert

RGB 124 186 69 -
CMYK 0.33 0 0.63 0.27
HSL 91.79º 0.46% 0.5% -
HSV(B) 91.79º 0.63% 0.73% -
XYZ 26.95 39.83 11.9 -
YUV 154.12 79.96 106.51 -
System Red Green Blue C M Y K H S L
Decimal 124 186 69 0.33 0 0.63 0.27 91.79 0.46 0.5
Hex 7C BA 45 21 0 3F 1B 5C 2E 32
Octal 174 272 105 41 0 77 33 134 56 62
Binary 1111100 10111010 1000101 100001 0 111111 11011 1011100 101110 110010

Color Harmonies of #7CBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA45

Black with #7CBA45

Text Example


Text Example

White with #7CBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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