#77B74D

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

Shades of Mantis #77B74D

Tints of Mantis #77B74D

Color information

#77B74D (or 0x77B74D) is unknown color: approx Mantis. HEX triplet: 77, B7 and 4D. RGB value is (119,183,77). Sum of RGB (Red+Green+Blue) = 119+183+77=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #77B74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B74D is #8848B2. Grayscale: #989898. Windows color (decimal): -8931507 or 5093239. OLE color: 5093239.

HSL color Cylindrical-coordinate representation of color #77B74D: hue angle of 96.23º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77B74D is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB11918377-
CMYK0.3500.580.28
HSL96.23º42.4%50.98%-
HSV(B)96.23º57.92%71.76%-
XYZ25.8838.3213.05-
YUV151.7885.8104.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.40%
GREEN value IS 183 (71.88% from 255) = 48.28%
BLUE value IS 77 (30.47% from 255) = 20.32%
R=31.40%
G=48.28%
B=20.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal119183770.3500.580.2896.2342.450.98
Hex77B74D2303A1C602a33
Octal16726711543072341405263
Binary11101111011011110011011000110111010111001100000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,183,77); }

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

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

 a { background-color: rgb(119,183,77); }

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

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

 span { border-color: rgb(119,183,77); }

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