#76AF60

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

Shades of Mantis #76AF60

Tints of Mantis #76AF60

Color information

#76AF60 (or 0x76AF60) is unknown color: approx Mantis. HEX triplet: 76, AF and 60. RGB value is (118,175,96). Sum of RGB (Red+Green+Blue) = 118+175+96=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF60 is #89509F. Grayscale: #959595. Windows color (decimal): -8999072 or 6336374. OLE color: 6336374.

HSL color Cylindrical-coordinate representation of color #76AF60: hue angle of 103.29º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76AF60 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB11817596-
CMYK0.3300.450.31
HSL103.29º33.05%53.14%-
HSV(B)103.29º45.14%68.63%-
XYZ24.9135.3616.58-
YUV148.9598.12105.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.33%
GREEN value IS 175 (68.75% from 255) = 44.99%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=30.33%
G=44.99%
B=24.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118175960.3300.450.31103.2933.0553.14
Hex76AF602102D1F672135
Octal16625714041055371474165
Binary11101101010111111000001000010101101111111100111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76AF60; }

 p { color: rgb(118,175,96); }

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

<style>
 a { background-color: #76AF60; }

 a { background-color: rgb(118,175,96); }

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

<style>
 span { border-color: #76AF60; }

 span { border-color: rgb(118,175,96); }

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