Html Css Color HEX #7CB956 Mantis

📋 copy color: '#7CB956'

red 124 ◦ green 185 ◦ blue 86

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

Shades of Mantis #7CB956

Tints of Mantis #7CB956

RGB

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

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

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

R = 31.39%
G = 46.84%
B = 21.77%

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

#7CB956 (or 0x7CB956) is known color: Mantis. HEX triplet: 7C, B9 and 56. RGB value is (124,185,86). Sum of RGB (Red+Green+Blue) = 124+185+86=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB956 is #8346A9. Grayscale: #9B9B9B. Windows color (decimal): -8603306 or 5683580. OLE color: 5683580.

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

Color convert

RGB 124 185 86 -
CMYK 0.33 0 0.54 0.27
HSL 96.97º 0.41% 0.53% -
HSV(B) 96.97º 0.54% 0.73% -
XYZ 27.34 39.65 15.02 -
YUV 155.48 88.79 105.55 -
System Red Green Blue C M Y K H S L
Decimal 124 185 86 0.33 0 0.54 0.27 96.97 0.41 0.53
Hex 7C B9 56 21 0 36 1B 61 29 35
Octal 174 271 126 41 0 66 33 141 51 65
Binary 1111100 10111001 1010110 100001 0 110110 11011 1100001 101001 110101

Color Harmonies of #7CB956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB956

Black with #7CB956

Text Example


Text Example

White with #7CB956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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