#77B352

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

Shades of Mantis #77B352

Tints of Mantis #77B352

Color information

#77B352 (or 0x77B352) is unknown color: approx Mantis. HEX triplet: 77, B3 and 52. RGB value is (119,179,82). Sum of RGB (Red+Green+Blue) = 119+179+82=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #77B352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B352 is #884CAD. Grayscale: #969696. Windows color (decimal): -8932526 or 5419895. OLE color: 5419895.

HSL color Cylindrical-coordinate representation of color #77B352: hue angle of 97.11º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77B352 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB11917982-
CMYK0.3400.540.30
HSL97.11º38.96%51.18%-
HSV(B)97.11º54.19%70.2%-
XYZ25.2536.7713.75-
YUV15089.62105.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.32%
GREEN value IS 179 (70.31% from 255) = 47.11%
BLUE value IS 82 (32.42% from 255) = 21.58%
R=31.32%
G=47.11%
B=21.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal119179820.3400.540.3097.1138.9651.18
Hex77B352220361E612733
Octal16726312242066361414763
Binary11101111011001110100101000100110110111101100001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,179,82); }

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

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

 a { background-color: rgb(119,179,82); }

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

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

 span { border-color: rgb(119,179,82); }

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