Html Css Color HEX #7CBF60 Mantis

📋 copy color: '#7CBF60'

red 124 ◦ green 191 ◦ blue 96

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

Shades of Mantis #7CBF60

Tints of Mantis #7CBF60

RGB

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

 GREEN value IS 191 (75% from 255) = 46.47%

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

R = 30.17%
G = 46.47%
B = 23.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#7CBF60 (or 0x7CBF60) is known color: Mantis. HEX triplet: 7C, BF and 60. RGB value is (124,191,96). Sum of RGB (Red+Green+Blue) = 124+191+96=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF60 is #83409F. Grayscale: #A0A0A0. Windows color (decimal): -8601760 or 6340476. OLE color: 6340476.

HSL color Cylindrical-coordinate representation of color #7CBF60: hue angle of 102.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CBF60 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 191 96 -
CMYK 0.35 0 0.50 0.25
HSL 102.32º 0.43% 0.56% -
HSV(B) 102.32º 0.5% 0.75% -
XYZ 29.05 42.39 17.72 -
YUV 160.14 91.8 102.22 -
System Red Green Blue C M Y K H S L
Decimal 124 191 96 0.35 0 0.50 0.25 102.32 0.43 0.56
Hex 7C BF 60 23 0 32 19 66 2B 38
Octal 174 277 140 43 0 62 31 146 53 70
Binary 1111100 10111111 1100000 100011 0 110010 11001 1100110 101011 111000

Color Harmonies of #7CBF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF60

Black with #7CBF60

Text Example


Text Example

White with #7CBF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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