Html Css Color HEX #7CB968 Mantis

📋 copy color: '#7CB968'

red 124 ◦ green 185 ◦ blue 104

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

Shades of Mantis #7CB968

Tints of Mantis #7CB968

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.79%

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

R = 30.02%
G = 44.79%
B = 25.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#7CB968 (or 0x7CB968) is known color: Mantis. HEX triplet: 7C, B9 and 68. RGB value is (124,185,104). Sum of RGB (Red+Green+Blue) = 124+185+104=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB968 is #834697. Grayscale: #9D9D9D. Windows color (decimal): -8603288 or 6863228. OLE color: 6863228.

HSL color Cylindrical-coordinate representation of color #7CB968: hue angle of 105.19º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CB968 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 185 104 -
CMYK 0.33 0 0.44 0.27
HSL 105.19º 0.37% 0.57% -
HSV(B) 105.19º 0.44% 0.73% -
XYZ 28.16 39.98 19.33 -
YUV 157.53 97.79 104.09 -
System Red Green Blue C M Y K H S L
Decimal 124 185 104 0.33 0 0.44 0.27 105.19 0.37 0.57
Hex 7C B9 68 21 0 2C 1B 69 25 39
Octal 174 271 150 41 0 54 33 151 45 71
Binary 1111100 10111001 1101000 100001 0 101100 11011 1101001 100101 111001

Color Harmonies of #7CB968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB968

Black with #7CB968

Text Example


Text Example

White with #7CB968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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