Html Css Color HEX #7CBA5C Mantis

📋 copy color: '#7CBA5C'

red 124 ◦ green 186 ◦ blue 92

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

Shades of Mantis #7CBA5C

Tints of Mantis #7CBA5C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.27%

 BLUE value IS 92 (36.33% from 255) = 22.89%

R = 30.85%
G = 46.27%
B = 22.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#7CBA5C (or 0x7CBA5C) is known color: Mantis. HEX triplet: 7C, BA and 5C. RGB value is (124,186,92). Sum of RGB (Red+Green+Blue) = 124+186+92=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA5C is #8345A3. Grayscale: #9D9D9D. Windows color (decimal): -8603044 or 6077052. OLE color: 6077052.

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

Color convert

RGB 124 186 92 -
CMYK 0.33 0 0.51 0.27
HSL 99.57º 0.41% 0.55% -
HSV(B) 99.57º 0.51% 0.73% -
XYZ 27.8 40.18 16.41 -
YUV 156.75 91.46 104.64 -
System Red Green Blue C M Y K H S L
Decimal 124 186 92 0.33 0 0.51 0.27 99.57 0.41 0.55
Hex 7C BA 5C 21 0 33 1B 64 29 37
Octal 174 272 134 41 0 63 33 144 51 67
Binary 1111100 10111010 1011100 100001 0 110011 11011 1100100 101001 110111

Color Harmonies of #7CBA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA5C

Black with #7CBA5C

Text Example


Text Example

White with #7CBA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,186,92); }

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

background-color css

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

 a { background-color: rgb(124,186,92); }

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

border-color css

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

 span { border-color: rgb(124,186,92); }

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