Shades of Bay Leaf #75BB84
Tints of Bay Leaf #75BB84
RGB
CMYK
RGB Variations
Color information
#75BB84 (or 0x75BB84) is known color: Bay Leaf. HEX triplet: 75, BB and 84. RGB value is (117,187,132). Sum of RGB (Red+Green+Blue) = 117+187+132=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BB84 is #8A447B. Grayscale: #9F9F9F. Windows color (decimal): -9061500 or 8698741. OLE color: 8698741.
HSL color Cylindrical-coordinate representation of color #75BB84: hue angle of 132.86º 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 #75BB84 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 187 | 132 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.27 |
| HSL | 132.86º | 0.34% | 0.6% | - |
| HSV(B) | 132.86º | 0.37% | 0.73% | - |
| XYZ | 29.27 | 40.99 | 28.2 | - |
| YUV | 159.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 187 | 132 | 0.37 | 0 | 0.29 | 0.27 | 132.86 | 0.34 | 0.6 |
| Hex | 75 | BB | 84 | 25 | 0 | 1D | 1B | 85 | 22 | 3C |
| Octal | 165 | 273 | 204 | 45 | 0 | 35 | 33 | 205 | 42 | 74 |
| Binary | 1110101 | 10111011 | 10000100 | 100101 | 0 | 11101 | 11011 | 10000101 | 100010 | 111100 |
Color Harmonies of #75BB84
Complementary color
Monochromatic Colors of #75BB84
Black with #75BB84
Text Example
Text Example
White with #75BB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BB84; }
p { color: rgb(117,187,132); }
H1.HeaderClassName
{
color: #75BB84;
}
.AnyTagClassName
{
color: #75BB84;
}
</style>
background-color css
<style>
a { background-color: #75BB84; }
a { background-color: rgb(117,187,132); }
div.DivClassName
{
background-color: #75BB84;
}
.BgClassName
{
background-color: #75BB84;
}
</style>
border-color css
<style>
span { border-color: #75BB84; }
span { border-color: rgb(117,187,132); }
td.TdClassName
{
border-color: #75BB84;
}
.TagClassName
{
border-color: #75BB84;
}
</style>