#75B56A

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

Shades of Mantis #75B56A

Tints of Mantis #75B56A

Color information

#75B56A (or 0x75B56A) is unknown color: approx Mantis. HEX triplet: 75, B5 and 6A. RGB value is (117,181,106). Sum of RGB (Red+Green+Blue) = 117+181+106=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 181 - color contains mainly: green. Hex color #75B56A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B56A is #8A4A95. Grayscale: #999999. Windows color (decimal): -9063062 or 6993269. OLE color: 6993269.

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

Color convert

RGB117181106-
CMYK0.3500.410.29
HSL111.2º33.63%56.27%-
HSV(B)111.2º41.44%70.98%-
XYZ26.4637.8719.55-
YUV153.31101.3102.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 181 (71.09% from 255) = 44.80%
BLUE value IS 106 (41.80% from 255) = 26.24%
R=28.96%
G=44.80%
B=26.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171811060.3500.410.29111.233.6356.27
Hex75B56A230291D6f2238
Octal16526515243051351574270
Binary11101011011010111010101000110101001111011101111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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