#77BA68

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

Shades of Mantis #77BA68

Tints of Mantis #77BA68

Color information

#77BA68 (or 0x77BA68) is unknown color: approx Mantis. HEX triplet: 77, BA and 68. RGB value is (119,186,104). Sum of RGB (Red+Green+Blue) = 119+186+104=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BA68 is #884597. Grayscale: #9C9C9C. Windows color (decimal): -8930712 or 6863479. OLE color: 6863479.

HSL color Cylindrical-coordinate representation of color #77BA68: hue angle of 109.02º 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 #77BA68 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB119186104-
CMYK0.3600.440.27
HSL109.02º37.27%56.86%-
HSV(B)109.02º44.09%72.94%-
XYZ27.6740.0419.37-
YUV156.6298.3101.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 186 (73.05% from 255) = 45.48%
BLUE value IS 104 (41.02% from 255) = 25.43%
R=29.10%
G=45.48%
B=25.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191861040.3600.440.27109.0237.2756.86
Hex77BA682402C1B6d2539
Octal16727215044054331554571
Binary11101111011101011010001001000101100110111101101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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