#76C069

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

Shades of Mantis #76C069

Tints of Mantis #76C069

Color information

#76C069 (or 0x76C069) is unknown color: approx Mantis. HEX triplet: 76, C0 and 69. RGB value is (118,192,105). Sum of RGB (Red+Green+Blue) = 118+192+105=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #76C069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C069 is #893F96. Grayscale: #A0A0A0. Windows color (decimal): -8994711 or 6930550. OLE color: 6930550.

HSL color Cylindrical-coordinate representation of color #76C069: hue angle of 111.03º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76C069 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB118192105-
CMYK0.3900.450.25
HSL111.03º40.85%58.24%-
HSV(B)111.03º45.31%75.29%-
XYZ28.8742.5720.06-
YUV159.9696.9898.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.43%
GREEN value IS 192 (75.39% from 255) = 46.27%
BLUE value IS 105 (41.41% from 255) = 25.30%
R=28.43%
G=46.27%
B=25.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181921050.3900.450.25111.0340.8558.24
Hex76C0692702D196f293a
Octal16630015147055311575172
Binary11101101100000011010011001110101101110011101111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,192,105); }

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

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

 a { background-color: rgb(118,192,105); }

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

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

 span { border-color: rgb(118,192,105); }

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