Shades of Bay Leaf #75BB8E
Tints of Bay Leaf #75BB8E
RGB
CMYK
RGB Variations
Color information
#75BB8E (or 0x75BB8E) is known color: Bay Leaf. HEX triplet: 75, BB and 8E. RGB value is (117,187,142). Sum of RGB (Red+Green+Blue) = 117+187+142=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BB8E is #8A4471. Grayscale: #A1A1A1. Windows color (decimal): -9061490 or 9354101. OLE color: 9354101.
HSL color Cylindrical-coordinate representation of color #75BB8E: hue angle of 141.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75BB8E is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 187 | 142 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.27 |
| HSL | 141.43º | 0.34% | 0.6% | - |
| HSV(B) | 141.43º | 0.37% | 0.73% | - |
| XYZ | 29.99 | 41.28 | 31.98 | - |
| YUV | 160.94 | 117.31 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 187 | 142 | 0.37 | 0 | 0.24 | 0.27 | 141.43 | 0.34 | 0.6 |
| Hex | 75 | BB | 8E | 25 | 0 | 18 | 1B | 8D | 22 | 3C |
| Octal | 165 | 273 | 216 | 45 | 0 | 30 | 33 | 215 | 42 | 74 |
| Binary | 1110101 | 10111011 | 10001110 | 100101 | 0 | 11000 | 11011 | 10001101 | 100010 | 111100 |
Color Harmonies of #75BB8E
Complementary color
Monochromatic Colors of #75BB8E
Black with #75BB8E
Text Example
Text Example
White with #75BB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BB8E; }
p { color: rgb(117,187,142); }
H1.HeaderClassName
{
color: #75BB8E;
}
.AnyTagClassName
{
color: #75BB8E;
}
</style>
background-color css
<style>
a { background-color: #75BB8E; }
a { background-color: rgb(117,187,142); }
div.DivClassName
{
background-color: #75BB8E;
}
.BgClassName
{
background-color: #75BB8E;
}
</style>
border-color css
<style>
span { border-color: #75BB8E; }
span { border-color: rgb(117,187,142); }
td.TdClassName
{
border-color: #75BB8E;
}
.TagClassName
{
border-color: #75BB8E;
}
</style>