#76CA67

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

Shades of Mantis #76CA67

Tints of Mantis #76CA67

Color information

#76CA67 (or 0x76CA67) is unknown color: approx Mantis. HEX triplet: 76, CA and 67. RGB value is (118,202,103). Sum of RGB (Red+Green+Blue) = 118+202+103=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA67 is #893598. Grayscale: #A5A5A5. Windows color (decimal): -8992153 or 6802038. OLE color: 6802038.

HSL color Cylindrical-coordinate representation of color #76CA67: hue angle of 110.91º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76CA67 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB118202103-
CMYK0.4200.490.21
HSL110.91º48.29%59.8%-
HSV(B)110.91º49.01%79.22%-
XYZ31.0447.0720.28-
YUV165.692.6794.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.90%
GREEN value IS 202 (79.30% from 255) = 47.75%
BLUE value IS 103 (40.62% from 255) = 24.35%
R=27.90%
G=47.75%
B=24.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182021030.4200.490.21110.9148.2959.8
Hex76CA672A031156f303c
Octal16631214752061251576074
Binary11101101100101011001111010100110001101011101111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,202,103); }

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

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

 a { background-color: rgb(118,202,103); }

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

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

 span { border-color: rgb(118,202,103); }

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