#75C36B

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

Shades of Mantis #75C36B

Tints of Mantis #75C36B

Color information

#75C36B (or 0x75C36B) is unknown color: approx Mantis. HEX triplet: 75, C3 and 6B. RGB value is (117,195,107). Sum of RGB (Red+Green+Blue) = 117+195+107=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #75C36B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C36B is #8A3C94. Grayscale: #A1A1A1. Windows color (decimal): -9059477 or 7062389. OLE color: 7062389.

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

Color convert

RGB117195107-
CMYK0.400.450.24
HSL113.18º42.31%59.22%-
HSV(B)113.18º45.13%76.47%-
XYZ29.5143.8720.82-
YUV161.6597.1696.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 195 (76.56% from 255) = 46.54%
BLUE value IS 107 (42.19% from 255) = 25.54%
R=27.92%
G=46.54%
B=25.54%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171951070.400.450.24113.1842.3159.22
Hex75C36B2802D18712a3b
Octal16530315350055301615273
Binary11101011100001111010111010000101101110001110001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,195,107); }

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

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

 a { background-color: rgb(117,195,107); }

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

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

 span { border-color: rgb(117,195,107); }

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