Html Css Color HEX #7CBC68 Mantis

📋 copy color: '#7CBC68'

red 124 ◦ green 188 ◦ blue 104

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

Shades of Mantis #7CBC68

Tints of Mantis #7CBC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25%

R = 29.81%
G = 45.19%
B = 25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#7CBC68 (or 0x7CBC68) is known color: Mantis. HEX triplet: 7C, BC and 68. RGB value is (124,188,104). Sum of RGB (Red+Green+Blue) = 124+188+104=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC68 is #834397. Grayscale: #9F9F9F. Windows color (decimal): -8602520 or 6863996. OLE color: 6863996.

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

Color convert

RGB 124 188 104 -
CMYK 0.34 0 0.45 0.26
HSL 105.71º 0.39% 0.57% -
HSV(B) 105.71º 0.45% 0.74% -
XYZ 28.79 41.25 19.54 -
YUV 159.29 96.8 102.83 -
System Red Green Blue C M Y K H S L
Decimal 124 188 104 0.34 0 0.45 0.26 105.71 0.39 0.57
Hex 7C BC 68 22 0 2D 1A 6A 27 39
Octal 174 274 150 42 0 55 32 152 47 71
Binary 1111100 10111100 1101000 100010 0 101101 11010 1101010 100111 111001

Color Harmonies of #7CBC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC68

Black with #7CBC68

Text Example


Text Example

White with #7CBC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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