Html Css Color HEX #7CB356 Mantis

📋 copy color: '#7CB356'

red 124 ◦ green 179 ◦ blue 86

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

Shades of Mantis #7CB356

Tints of Mantis #7CB356

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.02%

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

R = 31.88%
G = 46.02%
B = 22.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#7CB356 (or 0x7CB356) is known color: Mantis. HEX triplet: 7C, B3 and 56. RGB value is (124,179,86). Sum of RGB (Red+Green+Blue) = 124+179+86=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB356 is #834CA9. Grayscale: #989898. Windows color (decimal): -8604842 or 5682044. OLE color: 5682044.

HSL color Cylindrical-coordinate representation of color #7CB356: hue angle of 95.48º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CB356 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 179 86 -
CMYK 0.31 0 0.52 0.30
HSL 95.48º 0.38% 0.52% -
HSV(B) 95.48º 0.52% 0.7% -
XYZ 26.11 37.2 14.61 -
YUV 151.95 90.78 108.06 -
System Red Green Blue C M Y K H S L
Decimal 124 179 86 0.31 0 0.52 0.30 95.48 0.38 0.52
Hex 7C B3 56 1F 0 34 1E 5F 26 34
Octal 174 263 126 37 0 64 36 137 46 64
Binary 1111100 10110011 1010110 11111 0 110100 11110 1011111 100110 110100

Color Harmonies of #7CB356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB356

Black with #7CB356

Text Example


Text Example

White with #7CB356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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