Html Css Color HEX #7CB760 Mantis

📋 copy color: '#7CB760'

red 124 ◦ green 183 ◦ blue 96

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

Shades of Mantis #7CB760

Tints of Mantis #7CB760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.41%

 BLUE value IS 96 (37.89% from 255) = 23.82%

R = 30.77%
G = 45.41%
B = 23.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#7CB760 (or 0x7CB760) is known color: Mantis. HEX triplet: 7C, B7 and 60. RGB value is (124,183,96). Sum of RGB (Red+Green+Blue) = 124+183+96=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB760 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB760 is #83489F. Grayscale: #9B9B9B. Windows color (decimal): -8603808 or 6338428. OLE color: 6338428.

HSL color Cylindrical-coordinate representation of color #7CB760: hue angle of 100.69º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CB760 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 183 96 -
CMYK 0.32 0 0.48 0.28
HSL 100.69º 0.38% 0.55% -
HSV(B) 100.69º 0.48% 0.72% -
XYZ 27.36 39 17.15 -
YUV 155.44 94.45 105.57 -
System Red Green Blue C M Y K H S L
Decimal 124 183 96 0.32 0 0.48 0.28 100.69 0.38 0.55
Hex 7C B7 60 20 0 30 1C 65 26 37
Octal 174 267 140 40 0 60 34 145 46 67
Binary 1111100 10110111 1100000 100000 0 110000 11100 1100101 100110 110111

Color Harmonies of #7CB760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB760

Black with #7CB760

Text Example


Text Example

White with #7CB760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,183,96); }

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

background-color css

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

 a { background-color: rgb(124,183,96); }

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

border-color css

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

 span { border-color: rgb(124,183,96); }

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