#77B160

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

Shades of Mantis #77B160

Tints of Mantis #77B160

Color information

#77B160 (or 0x77B160) is unknown color: approx Mantis. HEX triplet: 77, B1 and 60. RGB value is (119,177,96). Sum of RGB (Red+Green+Blue) = 119+177+96=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #77B160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B160 is #884E9F. Grayscale: #969696. Windows color (decimal): -8933024 or 6336887. OLE color: 6336887.

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

Color convert

RGB11917796-
CMYK0.3300.460.31
HSL102.96º34.18%53.53%-
HSV(B)102.96º45.76%69.41%-
XYZ25.4436.2116.71-
YUV150.4297.28105.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 177 (69.53% from 255) = 45.15%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=30.36%
G=45.15%
B=24.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119177960.3300.460.31102.9634.1853.53
Hex77B1602102E1F672236
Octal16726114041056371474266
Binary11101111011000111000001000010101110111111100111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,177,96); }

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

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

 a { background-color: rgb(119,177,96); }

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

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

 span { border-color: rgb(119,177,96); }

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