Html Css Color HEX #7CB560 Mantis

📋 copy color: '#7CB560'

red 124 ◦ green 181 ◦ blue 96

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

Shades of Mantis #7CB560

Tints of Mantis #7CB560

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.14%

 BLUE value IS 96 (37.89% from 255) = 23.94%

R = 30.92%
G = 45.14%
B = 23.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#7CB560 (or 0x7CB560) is known color: Mantis. HEX triplet: 7C, B5 and 60. RGB value is (124,181,96). Sum of RGB (Red+Green+Blue) = 124+181+96=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB560 is #834A9F. Grayscale: #9A9A9A. Windows color (decimal): -8604320 or 6337916. OLE color: 6337916.

HSL color Cylindrical-coordinate representation of color #7CB560: hue angle of 100.24º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CB560 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 181 96 -
CMYK 0.31 0 0.47 0.29
HSL 100.24º 0.36% 0.54% -
HSV(B) 100.24º 0.47% 0.71% -
XYZ 26.95 38.18 17.02 -
YUV 154.27 95.12 106.41 -
System Red Green Blue C M Y K H S L
Decimal 124 181 96 0.31 0 0.47 0.29 100.24 0.36 0.54
Hex 7C B5 60 1F 0 2F 1D 64 24 36
Octal 174 265 140 37 0 57 35 144 44 66
Binary 1111100 10110101 1100000 11111 0 101111 11101 1100100 100100 110110

Color Harmonies of #7CB560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB560

Black with #7CB560

Text Example


Text Example

White with #7CB560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,181,96); }

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

background-color css

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

 a { background-color: rgb(124,181,96); }

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

border-color css

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

 span { border-color: rgb(124,181,96); }

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