#75BC6B

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

Shades of Mantis #75BC6B

Tints of Mantis #75BC6B

Color information

#75BC6B (or 0x75BC6B) is unknown color: approx Mantis. HEX triplet: 75, BC and 6B. RGB value is (117,188,107). Sum of RGB (Red+Green+Blue) = 117+188+107=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BC6B is #8A4394. Grayscale: #9D9D9D. Windows color (decimal): -9061269 or 7060597. OLE color: 7060597.

HSL color Cylindrical-coordinate representation of color #75BC6B: hue angle of 112.59º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75BC6B is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB117188107-
CMYK0.3800.430.26
HSL112.59º37.67%57.84%-
HSV(B)112.59º43.09%73.73%-
XYZ27.9740.8120.31-
YUV157.5499.4899.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.40%
GREEN value IS 188 (73.83% from 255) = 45.63%
BLUE value IS 107 (42.19% from 255) = 25.97%
R=28.40%
G=45.63%
B=25.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171881070.3800.430.26112.5937.6757.84
Hex75BC6B2602B1A71263a
Octal16527415346053321614672
Binary11101011011110011010111001100101011110101110001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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