#75B565

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

Shades of Mantis #75B565

Tints of Mantis #75B565

Color information

#75B565 (or 0x75B565) is unknown color: approx Mantis. HEX triplet: 75, B5 and 65. RGB value is (117,181,101). Sum of RGB (Red+Green+Blue) = 117+181+101=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #75B565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B565 is #8A4A9A. Grayscale: #999999. Windows color (decimal): -9063067 or 6665589. OLE color: 6665589.

HSL color Cylindrical-coordinate representation of color #75B565: hue angle of 108º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75B565 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB117181101-
CMYK0.3500.440.29
HSL108º35.09%55.29%-
HSV(B)108º44.2%70.98%-
XYZ26.2137.7718.22-
YUV152.7498.8102.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 181 (71.09% from 255) = 45.36%
BLUE value IS 101 (39.84% from 255) = 25.31%
R=29.32%
G=45.36%
B=25.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171811010.3500.440.2910835.0955.29
Hex75B5652302C1D6c2337
Octal16526514543054351544367
Binary11101011011010111001011000110101100111011101100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,181,101); }

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

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

 a { background-color: rgb(117,181,101); }

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

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

 span { border-color: rgb(117,181,101); }

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