#75D060

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

Shades of Mantis #75D060

Tints of Mantis #75D060

Color information

#75D060 (or 0x75D060) is unknown color: approx Mantis. HEX triplet: 75, D0 and 60. RGB value is (117,208,96). Sum of RGB (Red+Green+Blue) = 117+208+96=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #75D060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D060 is #8A2F9F. Grayscale: #A8A8A8. Windows color (decimal): -9056160 or 6344821. OLE color: 6344821.

HSL color Cylindrical-coordinate representation of color #75D060: hue angle of 108.75º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75D060 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB11720896-
CMYK0.4400.540.18
HSL108.75º54.37%59.61%-
HSV(B)108.75º53.85%81.57%-
XYZ3249.7418.98-
YUV168.0287.3591.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.79%
GREEN value IS 208 (81.64% from 255) = 49.41%
BLUE value IS 96 (37.89% from 255) = 22.80%
R=27.79%
G=49.41%
B=22.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117208960.4400.540.18108.7554.3759.61
Hex75D0602C036126d363c
Octal16532014054066221556674
Binary11101011101000011000001011000110110100101101101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,208,96); }

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

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

 a { background-color: rgb(117,208,96); }

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

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

 span { border-color: rgb(117,208,96); }

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