#77B450

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

Shades of Mantis #77B450

Tints of Mantis #77B450

Color information

#77B450 (or 0x77B450) is unknown color: approx Mantis. HEX triplet: 77, B4 and 50. RGB value is (119,180,80). Sum of RGB (Red+Green+Blue) = 119+180+80=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #77B450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B450 is #884BAF. Grayscale: #969696. Windows color (decimal): -8932272 or 5289079. OLE color: 5289079.

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

Color convert

RGB11918080-
CMYK0.3400.560.29
HSL96.6º40%50.98%-
HSV(B)96.6º55.56%70.59%-
XYZ25.3837.1413.42-
YUV150.3688.29105.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.40%
GREEN value IS 180 (70.70% from 255) = 47.49%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=31.40%
G=47.49%
B=21.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119180800.3400.560.2996.64050.98
Hex77B450220381D612833
Octal16726412042070351415063
Binary11101111011010010100001000100111000111011100001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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