#77B058

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

Shades of Mantis #77B058

Tints of Mantis #77B058

Color information

#77B058 (or 0x77B058) is unknown color: approx Mantis. HEX triplet: 77, B0 and 58. RGB value is (119,176,88). Sum of RGB (Red+Green+Blue) = 119+176+88=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #77B058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B058 is #884FA7. Grayscale: #959595. Windows color (decimal): -8933288 or 5812343. OLE color: 5812343.

HSL color Cylindrical-coordinate representation of color #77B058: hue angle of 98.86º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77B058 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB11917688-
CMYK0.3200.500.31
HSL98.86º35.77%51.76%-
HSV(B)98.86º50%69.02%-
XYZ24.8935.6814.81-
YUV148.9393.62106.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.07%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 88 (34.77% from 255) = 22.98%
R=31.07%
G=45.95%
B=22.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119176880.3200.500.3198.8635.7751.76
Hex77B058200321F632434
Octal16726013040062371434464
Binary11101111011000010110001000000110010111111100011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,176,88); }

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

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

 a { background-color: rgb(119,176,88); }

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

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

 span { border-color: rgb(119,176,88); }

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