Html Css Color HEX #7CC060 Mantis

📋 copy color: '#7CC060'

red 124 ◦ green 192 ◦ blue 96

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

Shades of Mantis #7CC060

Tints of Mantis #7CC060

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.6%

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

R = 30.1%
G = 46.6%
B = 23.3%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#7CC060 (or 0x7CC060) is known color: Mantis. HEX triplet: 7C, C0 and 60. RGB value is (124,192,96). Sum of RGB (Red+Green+Blue) = 124+192+96=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC060 is #833F9F. Grayscale: #A1A1A1. Windows color (decimal): -8601504 or 6340732. OLE color: 6340732.

HSL color Cylindrical-coordinate representation of color #7CC060: hue angle of 102.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CC060 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 192 96 -
CMYK 0.35 0 0.50 0.25
HSL 102.5º 0.43% 0.56% -
HSV(B) 102.5º 0.5% 0.75% -
XYZ 29.27 42.83 17.79 -
YUV 160.72 91.47 101.81 -
System Red Green Blue C M Y K H S L
Decimal 124 192 96 0.35 0 0.50 0.25 102.5 0.43 0.56
Hex 7C C0 60 23 0 32 19 66 2B 38
Octal 174 300 140 43 0 62 31 146 53 70
Binary 1111100 11000000 1100000 100011 0 110010 11001 1100110 101011 111000

Color Harmonies of #7CC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC060

Black with #7CC060

Text Example


Text Example

White with #7CC060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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