#75C664

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

Shades of Mantis #75C664

Tints of Mantis #75C664

Color information

#75C664 (or 0x75C664) is unknown color: approx Mantis. HEX triplet: 75, C6 and 64. RGB value is (117,198,100). Sum of RGB (Red+Green+Blue) = 117+198+100=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 198 (77.73% from 255 or 47.71% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 198 - color contains mainly: green. Hex color #75C664 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C664 is #8A399B. Grayscale: #A2A2A2. Windows color (decimal): -9058716 or 6604405. OLE color: 6604405.

HSL color Cylindrical-coordinate representation of color #75C664: hue angle of 109.59º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75C664 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB117198100-
CMYK0.4100.490.22
HSL109.59º46.23%58.43%-
HSV(B)109.59º49.49%77.65%-
XYZ29.8345.0919.19-
YUV162.6192.6695.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 198 (77.73% from 255) = 47.71%
BLUE value IS 100 (39.45% from 255) = 24.10%
R=28.19%
G=47.71%
B=24.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171981000.4100.490.22109.5946.2358.43
Hex75C66429031166e2e3a
Octal16530614451061261565672
Binary11101011100011011001001010010110001101101101110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75C664; }

 p { color: rgb(117,198,100); }

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

<style>
 a { background-color: #75C664; }

 a { background-color: rgb(117,198,100); }

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

<style>
 span { border-color: #75C664; }

 span { border-color: rgb(117,198,100); }

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