Shades of Mantis #75BF6B
Tints of Mantis #75BF6B
RGB
CMYK
RGB Variations
Color information
#75BF6B (or 0x75BF6B) is known color: Mantis. HEX triplet: 75, BF and 6B. RGB value is (117,191,107). Sum of RGB (Red+Green+Blue) = 117+191+107=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BF6B is #8A4094. Grayscale: #9F9F9F. Windows color (decimal): -9060501 or 7061365. OLE color: 7061365.
HSL color Cylindrical-coordinate representation of color #75BF6B: hue angle of 112.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75BF6B is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 191 | 107 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.25 |
| HSL | 112.86º | 0.4% | 0.58% | - |
| HSV(B) | 112.86º | 0.44% | 0.75% | - |
| XYZ | 28.62 | 42.11 | 20.53 | - |
| YUV | 159.3 | 98.48 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 191 | 107 | 0.39 | 0 | 0.44 | 0.25 | 112.86 | 0.4 | 0.58 |
| Hex | 75 | BF | 6B | 27 | 0 | 2C | 19 | 71 | 28 | 3A |
| Octal | 165 | 277 | 153 | 47 | 0 | 54 | 31 | 161 | 50 | 72 |
| Binary | 1110101 | 10111111 | 1101011 | 100111 | 0 | 101100 | 11001 | 1110001 | 101000 | 111010 |
Color Harmonies of #75BF6B
Complementary color
Monochromatic Colors of #75BF6B
Black with #75BF6B
Text Example
Text Example
White with #75BF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BF6B; }
p { color: rgb(117,191,107); }
H1.HeaderClassName
{
color: #75BF6B;
}
.AnyTagClassName
{
color: #75BF6B;
}
</style>
background-color css
<style>
a { background-color: #75BF6B; }
a { background-color: rgb(117,191,107); }
div.DivClassName
{
background-color: #75BF6B;
}
.BgClassName
{
background-color: #75BF6B;
}
</style>
border-color css
<style>
span { border-color: #75BF6B; }
span { border-color: rgb(117,191,107); }
td.TdClassName
{
border-color: #75BF6B;
}
.TagClassName
{
border-color: #75BF6B;
}
</style>