#76B964

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

Shades of Mantis #76B964

Tints of Mantis #76B964

Color information

#76B964 (or 0x76B964) is unknown color: approx Mantis. HEX triplet: 76, B9 and 64. RGB value is (118,185,100). Sum of RGB (Red+Green+Blue) = 118+185+100=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #76B964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B964 is #89469B. Grayscale: #9B9B9B. Windows color (decimal): -8996508 or 6601078. OLE color: 6601078.

HSL color Cylindrical-coordinate representation of color #76B964: hue angle of 107.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76B964 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB118185100-
CMYK0.3600.460.27
HSL107.29º37.78%55.88%-
HSV(B)107.29º45.95%72.55%-
XYZ27.1239.4718.25-
YUV155.2896.8101.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.28%
GREEN value IS 185 (72.66% from 255) = 45.91%
BLUE value IS 100 (39.45% from 255) = 24.81%
R=29.28%
G=45.91%
B=24.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181851000.3600.460.27107.2937.7855.88
Hex76B9642402E1B6b2638
Octal16627114444056331534670
Binary11101101011100111001001001000101110110111101011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,185,100); }

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

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

 a { background-color: rgb(118,185,100); }

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

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

 span { border-color: rgb(118,185,100); }

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