#76B869

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

Shades of Mantis #76B869

Tints of Mantis #76B869

Color information

#76B869 (or 0x76B869) is unknown color: approx Mantis. HEX triplet: 76, B8 and 69. RGB value is (118,184,105). Sum of RGB (Red+Green+Blue) = 118+184+105=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 184 - color contains mainly: green. Hex color #76B869 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B869 is #894796. Grayscale: #9B9B9B. Windows color (decimal): -8996759 or 6928502. OLE color: 6928502.

HSL color Cylindrical-coordinate representation of color #76B869: hue angle of 110.13º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76B869 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB118184105-
CMYK0.3600.430.28
HSL110.13º35.75%56.67%-
HSV(B)110.13º42.93%72.16%-
XYZ27.1639.1519.49-
YUV155.2699.63101.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.99%
GREEN value IS 184 (72.27% from 255) = 45.21%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=28.99%
G=45.21%
B=25.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181841050.3600.430.28110.1335.7556.67
Hex76B8692402B1C6e2439
Octal16627015144053341564471
Binary11101101011100011010011001000101011111001101110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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