#75B560

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

Shades of Mantis #75B560

Tints of Mantis #75B560

Color information

#75B560 (or 0x75B560) is unknown color: approx Mantis. HEX triplet: 75, B5 and 60. RGB value is (117,181,96). Sum of RGB (Red+Green+Blue) = 117+181+96=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #75B560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B560 is #8A4A9F. Grayscale: #989898. Windows color (decimal): -9063072 or 6337909. OLE color: 6337909.

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

Color convert

RGB11718196-
CMYK0.3500.470.29
HSL105.18º36.48%54.31%-
HSV(B)105.18º46.96%70.98%-
XYZ25.9737.6716.97-
YUV152.1796.3102.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 181 (71.09% from 255) = 45.94%
BLUE value IS 96 (37.89% from 255) = 24.37%
R=29.70%
G=45.94%
B=24.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117181960.3500.470.29105.1836.4854.31
Hex75B5602302F1D692436
Octal16526514043057351514466
Binary11101011011010111000001000110101111111011101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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