Html Css Color HEX #7CBA5F Mantis

📋 copy color: '#7CBA5F'

red 124 ◦ green 186 ◦ blue 95

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

Shades of Mantis #7CBA5F

Tints of Mantis #7CBA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.46%

R = 30.62%
G = 45.93%
B = 23.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#7CBA5F (or 0x7CBA5F) is known color: Mantis. HEX triplet: 7C, BA and 5F. RGB value is (124,186,95). Sum of RGB (Red+Green+Blue) = 124+186+95=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA5F is #8345A0. Grayscale: #9D9D9D. Windows color (decimal): -8603041 or 6273660. OLE color: 6273660.

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

Color convert

RGB 124 186 95 -
CMYK 0.33 0 0.49 0.27
HSL 100.88º 0.4% 0.55% -
HSV(B) 100.88º 0.49% 0.73% -
XYZ 27.94 40.23 17.12 -
YUV 157.09 92.96 104.4 -
System Red Green Blue C M Y K H S L
Decimal 124 186 95 0.33 0 0.49 0.27 100.88 0.4 0.55
Hex 7C BA 5F 21 0 31 1B 65 28 37
Octal 174 272 137 41 0 61 33 145 50 67
Binary 1111100 10111010 1011111 100001 0 110001 11011 1100101 101000 110111

Color Harmonies of #7CBA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA5F

Black with #7CBA5F

Text Example


Text Example

White with #7CBA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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