Html Css Color HEX #7CBC61 Mantis

📋 copy color: '#7CBC61'

red 124 ◦ green 188 ◦ blue 97

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

Shades of Mantis #7CBC61

Tints of Mantis #7CBC61

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.97%

 BLUE value IS 97 (38.28% from 255) = 23.72%

R = 30.32%
G = 45.97%
B = 23.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#7CBC61 (or 0x7CBC61) is known color: Mantis. HEX triplet: 7C, BC and 61. RGB value is (124,188,97). Sum of RGB (Red+Green+Blue) = 124+188+97=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC61 is #83439E. Grayscale: #9E9E9E. Windows color (decimal): -8602527 or 6405244. OLE color: 6405244.

HSL color Cylindrical-coordinate representation of color #7CBC61: hue angle of 102.2º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CBC61 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 97 -
CMYK 0.34 0 0.48 0.26
HSL 102.2º 0.4% 0.56% -
HSV(B) 102.2º 0.48% 0.74% -
XYZ 28.45 41.11 17.75 -
YUV 158.49 93.3 103.4 -
System Red Green Blue C M Y K H S L
Decimal 124 188 97 0.34 0 0.48 0.26 102.2 0.4 0.56
Hex 7C BC 61 22 0 30 1A 66 28 38
Octal 174 274 141 42 0 60 32 146 50 70
Binary 1111100 10111100 1100001 100010 0 110000 11010 1100110 101000 111000

Color Harmonies of #7CBC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC61

Black with #7CBC61

Text Example


Text Example

White with #7CBC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,188,97); }

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

background-color css

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

 a { background-color: rgb(124,188,97); }

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

border-color css

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

 span { border-color: rgb(124,188,97); }

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