Html Css Color HEX #7CBC4A Mantis

📋 copy color: '#7CBC4A'

red 124 ◦ green 188 ◦ blue 74

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

Shades of Mantis #7CBC4A

Tints of Mantis #7CBC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.17%

R = 32.12%
G = 48.7%
B = 19.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#7CBC4A (or 0x7CBC4A) is known color: Mantis. HEX triplet: 7C, BC and 4A. RGB value is (124,188,74). Sum of RGB (Red+Green+Blue) = 124+188+74=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBC4A is #8343B5. Grayscale: #9C9C9C. Windows color (decimal): -8602550 or 4897916. OLE color: 4897916.

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

Color convert

RGB 124 188 74 -
CMYK 0.34 0 0.61 0.26
HSL 93.68º 0.46% 0.51% -
HSV(B) 93.68º 0.61% 0.74% -
XYZ 27.53 40.75 12.89 -
YUV 155.87 81.8 105.27 -
System Red Green Blue C M Y K H S L
Decimal 124 188 74 0.34 0 0.61 0.26 93.68 0.46 0.51
Hex 7C BC 4A 22 0 3D 1A 5E 2E 33
Octal 174 274 112 42 0 75 32 136 56 63
Binary 1111100 10111100 1001010 100010 0 111101 11010 1011110 101110 110011

Color Harmonies of #7CBC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC4A

Black with #7CBC4A

Text Example


Text Example

White with #7CBC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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