#75B964

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

Shades of Mantis #75B964

Tints of Mantis #75B964

Color information

#75B964 (or 0x75B964) is unknown color: approx Mantis. HEX triplet: 75, B9 and 64. RGB value is (117,185,100). Sum of RGB (Red+Green+Blue) = 117+185+100=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 185 - color contains mainly: green. Hex color #75B964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B964 is #8A469B. Grayscale: #9B9B9B. Windows color (decimal): -9062044 or 6601077. OLE color: 6601077.

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

Color convert

RGB117185100-
CMYK0.3700.460.27
HSL108º37.78%55.88%-
HSV(B)108º45.95%72.55%-
XYZ26.9939.418.24-
YUV154.9896.97100.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.10%
GREEN value IS 185 (72.66% from 255) = 46.02%
BLUE value IS 100 (39.45% from 255) = 24.88%
R=29.10%
G=46.02%
B=24.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171851000.3700.460.2710837.7855.88
Hex75B9642502E1B6c2638
Octal16527114445056331544670
Binary11101011011100111001001001010101110110111101100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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