Html Css Color HEX #7CB65F Mantis

📋 copy color: '#7CB65F'

red 124 ◦ green 182 ◦ blue 95

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

Shades of Mantis #7CB65F

Tints of Mantis #7CB65F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.39%

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

R = 30.92%
G = 45.39%
B = 23.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#7CB65F (or 0x7CB65F) is known color: Mantis. HEX triplet: 7C, B6 and 5F. RGB value is (124,182,95). Sum of RGB (Red+Green+Blue) = 124+182+95=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB65F is #8349A0. Grayscale: #9B9B9B. Windows color (decimal): -8604065 or 6272636. OLE color: 6272636.

HSL color Cylindrical-coordinate representation of color #7CB65F: hue angle of 100º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CB65F is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 182 95 -
CMYK 0.32 0 0.48 0.29
HSL 100º 0.37% 0.54% -
HSV(B) 100º 0.48% 0.71% -
XYZ 27.11 38.57 16.84 -
YUV 154.74 94.28 106.07 -
System Red Green Blue C M Y K H S L
Decimal 124 182 95 0.32 0 0.48 0.29 100 0.37 0.54
Hex 7C B6 5F 20 0 30 1D 64 25 36
Octal 174 266 137 40 0 60 35 144 45 66
Binary 1111100 10110110 1011111 100000 0 110000 11101 1100100 100101 110110

Color Harmonies of #7CB65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB65F

Black with #7CB65F

Text Example


Text Example

White with #7CB65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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