#75C666

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

Shades of Mantis #75C666

Tints of Mantis #75C666

Color information

#75C666 (or 0x75C666) is unknown color: approx Mantis. HEX triplet: 75, C6 and 66. RGB value is (117,198,102). Sum of RGB (Red+Green+Blue) = 117+198+102=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #75C666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C666 is #8A3999. Grayscale: #A3A3A3. Windows color (decimal): -9058714 or 6735477. OLE color: 6735477.

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

Color convert

RGB117198102-
CMYK0.4100.480.22
HSL110.62º45.71%58.82%-
HSV(B)110.62º48.48%77.65%-
XYZ29.9345.1319.7-
YUV162.8493.6695.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.06%
GREEN value IS 198 (77.73% from 255) = 47.48%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=28.06%
G=47.48%
B=24.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171981020.4100.480.22110.6245.7158.82
Hex75C66629030166f2e3b
Octal16530614651060261575673
Binary11101011100011011001101010010110000101101101111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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