#75C169

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

Shades of Mantis #75C169

Tints of Mantis #75C169

Color information

#75C169 (or 0x75C169) is unknown color: approx Mantis. HEX triplet: 75, C1 and 69. RGB value is (117,193,105). Sum of RGB (Red+Green+Blue) = 117+193+105=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #75C169 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C169 is #8A3E96. Grayscale: #A0A0A0. Windows color (decimal): -9059991 or 6930805. OLE color: 6930805.

HSL color Cylindrical-coordinate representation of color #75C169: hue angle of 111.82º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75C169 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB117193105-
CMYK0.3900.460.24
HSL111.82º41.51%58.43%-
HSV(B)111.82º45.6%75.69%-
XYZ28.9642.9420.13-
YUV160.2496.8297.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 193 (75.78% from 255) = 46.51%
BLUE value IS 105 (41.41% from 255) = 25.30%
R=28.19%
G=46.51%
B=25.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171931050.3900.460.24111.8241.5158.43
Hex75C1692702E18702a3a
Octal16530115147056301605272
Binary11101011100000111010011001110101110110001110000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,193,105); }

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

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

 a { background-color: rgb(117,193,105); }

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

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

 span { border-color: rgb(117,193,105); }

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