#77B461

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

Shades of Mantis #77B461

Tints of Mantis #77B461

Color information

#77B461 (or 0x77B461) is unknown color: approx Mantis. HEX triplet: 77, B4 and 61. RGB value is (119,180,97). Sum of RGB (Red+Green+Blue) = 119+180+97=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #77B461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B461 is #884B9E. Grayscale: #989898. Windows color (decimal): -8932255 or 6403191. OLE color: 6403191.

HSL color Cylindrical-coordinate representation of color #77B461: hue angle of 104.1º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77B461 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB11918097-
CMYK0.3400.460.29
HSL104.1º35.62%54.31%-
HSV(B)104.1º46.11%70.59%-
XYZ26.0937.4317.16-
YUV152.396.79104.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 180 (70.70% from 255) = 45.45%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=30.05%
G=45.45%
B=24.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119180970.3400.460.29104.135.6254.31
Hex77B4612202E1D682436
Octal16726414142056351504466
Binary11101111011010011000011000100101110111011101000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,180,97); }

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

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

 a { background-color: rgb(119,180,97); }

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

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

 span { border-color: rgb(119,180,97); }

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