#77BF68

Color #77BF68 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #77BF68

Tints of Mantis #77BF68

Color information

#77BF68 (or 0x77BF68) is unknown color: approx Mantis. HEX triplet: 77, BF and 68. RGB value is (119,191,104). Sum of RGB (Red+Green+Blue) = 119+191+104=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BF68 is #884097. Grayscale: #9F9F9F. Windows color (decimal): -8929432 or 6864759. OLE color: 6864759.

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

Color convert

RGB119191104-
CMYK0.3800.460.25
HSL109.66º40.47%57.84%-
HSV(B)109.66º45.55%74.9%-
XYZ28.7442.1819.72-
YUV159.5596.6599.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.74%
GREEN value IS 191 (75% from 255) = 46.14%
BLUE value IS 104 (41.02% from 255) = 25.12%
R=28.74%
G=46.14%
B=25.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191911040.3800.460.25109.6640.4757.84
Hex77BF682602E196e283a
Octal16727715046056311565072
Binary11101111011111111010001001100101110110011101110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,191,104); }

 H1.HeaderClassName
 {
   color: #77BF68;
 }
 .AnyTagClassName
 {
   color: #77BF68;
 }
</style>
background-color css

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

 a { background-color: rgb(119,191,104); }

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

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

 span { border-color: rgb(119,191,104); }

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