Html Css Color HEX #7CBA4E Mantis

📋 copy color: '#7CBA4E'

red 124 ◦ green 186 ◦ blue 78

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

Shades of Mantis #7CBA4E

Tints of Mantis #7CBA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.1%

R = 31.96%
G = 47.94%
B = 20.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#7CBA4E (or 0x7CBA4E) is known color: Mantis. HEX triplet: 7C, BA and 4E. RGB value is (124,186,78). Sum of RGB (Red+Green+Blue) = 124+186+78=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA4E is #8345B1. Grayscale: #9B9B9B. Windows color (decimal): -8603058 or 5159548. OLE color: 5159548.

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

Color convert

RGB 124 186 78 -
CMYK 0.33 0 0.58 0.27
HSL 94.44º 0.44% 0.52% -
HSV(B) 94.44º 0.58% 0.73% -
XYZ 27.25 39.95 13.48 -
YUV 155.15 84.46 105.78 -
System Red Green Blue C M Y K H S L
Decimal 124 186 78 0.33 0 0.58 0.27 94.44 0.44 0.52
Hex 7C BA 4E 21 0 3A 1B 5E 2C 34
Octal 174 272 116 41 0 72 33 136 54 64
Binary 1111100 10111010 1001110 100001 0 111010 11011 1011110 101100 110100

Color Harmonies of #7CBA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA4E

Black with #7CBA4E

Text Example


Text Example

White with #7CBA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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