Html Css Color HEX #7CBA56 Mantis

📋 copy color: '#7CBA56'

red 124 ◦ green 186 ◦ blue 86

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

Shades of Mantis #7CBA56

Tints of Mantis #7CBA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.72%

R = 31.31%
G = 46.97%
B = 21.72%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#7CBA56 (or 0x7CBA56) is known color: Mantis. HEX triplet: 7C, BA and 56. RGB value is (124,186,86). Sum of RGB (Red+Green+Blue) = 124+186+86=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA56 is #8345A9. Grayscale: #9C9C9C. Windows color (decimal): -8603050 or 5683836. OLE color: 5683836.

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

Color convert

RGB 124 186 86 -
CMYK 0.33 0 0.54 0.27
HSL 97.2º 0.42% 0.53% -
HSV(B) 97.2º 0.54% 0.73% -
XYZ 27.55 40.07 15.09 -
YUV 156.06 88.46 105.13 -
System Red Green Blue C M Y K H S L
Decimal 124 186 86 0.33 0 0.54 0.27 97.2 0.42 0.53
Hex 7C BA 56 21 0 36 1B 61 2A 35
Octal 174 272 126 41 0 66 33 141 52 65
Binary 1111100 10111010 1010110 100001 0 110110 11011 1100001 101010 110101

Color Harmonies of #7CBA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA56

Black with #7CBA56

Text Example


Text Example

White with #7CBA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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