#75B755

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

Shades of Mantis #75B755

Tints of Mantis #75B755

Color information

#75B755 (or 0x75B755) is unknown color: approx Mantis. HEX triplet: 75, B7 and 55. RGB value is (117,183,85). Sum of RGB (Red+Green+Blue) = 117+183+85=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #75B755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B755 is #8A48AA. Grayscale: #989898. Windows color (decimal): -9062571 or 5617525. OLE color: 5617525.

HSL color Cylindrical-coordinate representation of color #75B755: hue angle of 100.41º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75B755 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB11718385-
CMYK0.3600.540.28
HSL100.41º40.5%52.55%-
HSV(B)100.41º53.55%71.76%-
XYZ25.9138.314.62-
YUV152.0990.13102.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 183 (71.88% from 255) = 47.53%
BLUE value IS 85 (33.59% from 255) = 22.08%
R=30.39%
G=47.53%
B=22.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117183850.3600.540.28100.4140.552.55
Hex75B755240361C642835
Octal16526712544066341445065
Binary11101011011011110101011001000110110111001100100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,183,85); }

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

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

 a { background-color: rgb(117,183,85); }

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

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

 span { border-color: rgb(117,183,85); }

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