Html Css Color HEX #7CB972 Mantis

📋 copy color: '#7CB972'

red 124 ◦ green 185 ◦ blue 114

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

Shades of Mantis #7CB972

Tints of Mantis #7CB972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 29.31%
G = 43.74%
B = 26.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#7CB972 (or 0x7CB972) is known color: Mantis. HEX triplet: 7C, B9 and 72. RGB value is (124,185,114). Sum of RGB (Red+Green+Blue) = 124+185+114=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB972 is #83468D. Grayscale: #9E9E9E. Windows color (decimal): -8603278 or 7518588. OLE color: 7518588.

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

Color convert

RGB 124 185 114 -
CMYK 0.33 0 0.38 0.27
HSL 111.55º 0.34% 0.59% -
HSV(B) 111.55º 0.38% 0.73% -
XYZ 28.7 40.2 22.17 -
YUV 158.67 102.79 103.27 -
System Red Green Blue C M Y K H S L
Decimal 124 185 114 0.33 0 0.38 0.27 111.55 0.34 0.59
Hex 7C B9 72 21 0 26 1B 70 22 3B
Octal 174 271 162 41 0 46 33 160 42 73
Binary 1111100 10111001 1110010 100001 0 100110 11011 1110000 100010 111011

Color Harmonies of #7CB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB972

Black with #7CB972

Text Example


Text Example

White with #7CB972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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