#75B966

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

Shades of Mantis #75B966

Tints of Mantis #75B966

Color information

#75B966 (or 0x75B966) is unknown color: approx Mantis. HEX triplet: 75, B9 and 66. RGB value is (117,185,102). Sum of RGB (Red+Green+Blue) = 117+185+102=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #75B966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B966 is #8A4699. Grayscale: #9B9B9B. Windows color (decimal): -9062042 or 6732149. OLE color: 6732149.

HSL color Cylindrical-coordinate representation of color #75B966: hue angle of 109.16º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75B966 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB117185102-
CMYK0.3700.450.27
HSL109.16º37.22%56.27%-
HSV(B)109.16º44.86%72.55%-
XYZ27.0839.4418.76-
YUV155.2197.97100.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 185 (72.66% from 255) = 45.79%
BLUE value IS 102 (40.23% from 255) = 25.25%
R=28.96%
G=45.79%
B=25.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171851020.3700.450.27109.1637.2256.27
Hex75B9662502D1B6d2538
Octal16527114645055331554570
Binary11101011011100111001101001010101101110111101101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,185,102); }

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

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

 a { background-color: rgb(117,185,102); }

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

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

 span { border-color: rgb(117,185,102); }

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