Html Css Color HEX #7CBC6B Mantis

📋 copy color: '#7CBC6B'

red 124 ◦ green 188 ◦ blue 107

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

Shades of Mantis #7CBC6B

Tints of Mantis #7CBC6B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.87%

 BLUE value IS 107 (42.19% from 255) = 25.54%

R = 29.59%
G = 44.87%
B = 25.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#7CBC6B (or 0x7CBC6B) is known color: Mantis. HEX triplet: 7C, BC and 6B. RGB value is (124,188,107). Sum of RGB (Red+Green+Blue) = 124+188+107=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC6B is #834394. Grayscale: #9F9F9F. Windows color (decimal): -8602517 or 7060604. OLE color: 7060604.

HSL color Cylindrical-coordinate representation of color #7CBC6B: hue angle of 107.41º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CBC6B is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 107 -
CMYK 0.34 0 0.43 0.26
HSL 107.41º 0.38% 0.58% -
HSV(B) 107.41º 0.43% 0.74% -
XYZ 28.95 41.31 20.36 -
YUV 159.63 98.3 102.59 -
System Red Green Blue C M Y K H S L
Decimal 124 188 107 0.34 0 0.43 0.26 107.41 0.38 0.58
Hex 7C BC 6B 22 0 2B 1A 6B 26 3A
Octal 174 274 153 42 0 53 32 153 46 72
Binary 1111100 10111100 1101011 100010 0 101011 11010 1101011 100110 111010

Color Harmonies of #7CBC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC6B

Black with #7CBC6B

Text Example


Text Example

White with #7CBC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,188,107); }

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

background-color css

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

 a { background-color: rgb(124,188,107); }

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

border-color css

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

 span { border-color: rgb(124,188,107); }

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