#77BF6E

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

Shades of Mantis #77BF6E

Tints of Mantis #77BF6E

Color information

#77BF6E (or 0x77BF6E) is unknown color: approx Mantis. HEX triplet: 77, BF and 6E. RGB value is (119,191,110). Sum of RGB (Red+Green+Blue) = 119+191+110=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BF6E is #884091. Grayscale: #A0A0A0. Windows color (decimal): -8929426 or 7257975. OLE color: 7257975.

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

Color convert

RGB119191110-
CMYK0.3800.420.25
HSL113.33º38.76%59.02%-
HSV(B)113.33º42.41%74.9%-
XYZ29.0542.3121.39-
YUV160.2499.6598.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.33%
GREEN value IS 191 (75% from 255) = 45.48%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=28.33%
G=45.48%
B=26.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191911100.3800.420.25113.3338.7659.02
Hex77BF6E2602A1971273b
Octal16727715646052311614773
Binary11101111011111111011101001100101010110011110001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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