Html Css Color HEX #77C064 Mantis

📋 copy color: '#77C064'

red 119 ◦ green 192 ◦ blue 100

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

Shades of Mantis #77C064

Tints of Mantis #77C064

RGB

 RED value IS 119 (46.88% from 255) = 28.95%

 GREEN value IS 192 (75.39% from 255) = 46.72%

 BLUE value IS 100 (39.45% from 255) = 24.33%

R = 28.95%
G = 46.72%
B = 24.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#77C064 (or 0x77C064) is known color: Mantis. HEX triplet: 77, C0 and 64. RGB value is (119,192,100). Sum of RGB (Red+Green+Blue) = 119+192+100=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #77C064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C064 is #883F9B. Grayscale: #9F9F9F. Windows color (decimal): -8929180 or 6602871. OLE color: 6602871.

HSL color Cylindrical-coordinate representation of color #77C064: hue angle of 107.61º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77C064 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 192 100 -
CMYK 0.38 0 0.48 0.25
HSL 107.61º 0.42% 0.57% -
HSV(B) 107.61º 0.48% 0.75% -
XYZ 28.76 42.54 18.75 -
YUV 159.69 94.32 98.98 -
System Red Green Blue C M Y K H S L
Decimal 119 192 100 0.38 0 0.48 0.25 107.61 0.42 0.57
Hex 77 C0 64 26 0 30 19 6C 2A 39
Octal 167 300 144 46 0 60 31 154 52 71
Binary 1110111 11000000 1100100 100110 0 110000 11001 1101100 101010 111001

Color Harmonies of #77C064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C064

Black with #77C064

Text Example


Text Example

White with #77C064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77C064; }

 p { color: rgb(119,192,100); }

 H1.HeaderClassName
 {
   color: #77C064;
 }
 .AnyTagClassName
 {
   color: #77C064;
 }
</style>

background-color css

<style>
 a { background-color: #77C064; }

 a { background-color: rgb(119,192,100); }

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

border-color css

<style>
 span { border-color: #77C064; }

 span { border-color: rgb(119,192,100); }

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