Shades of Bay Leaf #75A887
Tints of Bay Leaf #75A887
RGB
CMYK
RGB Variations
Color information
#75A887 (or 0x75A887) is known color: Bay Leaf. HEX triplet: 75, A8 and 87. RGB value is (117,168,135). Sum of RGB (Red+Green+Blue) = 117+168+135=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 168 - color contains mainly: green. Hex color #75A887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A887 is #8A5778. Grayscale: #959595. Windows color (decimal): -9066361 or 8890485. OLE color: 8890485.
HSL color Cylindrical-coordinate representation of color #75A887: hue angle of 141.18º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A887 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 168 | 135 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.34 |
| HSL | 141.18º | 0.23% | 0.56% | - |
| HSV(B) | 141.18º | 0.3% | 0.66% | - |
| XYZ | 25.71 | 33.54 | 28.04 | - |
| YUV | 148.99 | 120.1 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 135 | 0.30 | 0 | 0.20 | 0.34 | 141.18 | 0.23 | 0.56 |
| Hex | 75 | A8 | 87 | 1E | 0 | 14 | 22 | 8D | 17 | 38 |
| Octal | 165 | 250 | 207 | 36 | 0 | 24 | 42 | 215 | 27 | 70 |
| Binary | 1110101 | 10101000 | 10000111 | 11110 | 0 | 10100 | 100010 | 10001101 | 10111 | 111000 |
Color Harmonies of #75A887
Complementary color
Monochromatic Colors of #75A887
Black with #75A887
Text Example
Text Example
White with #75A887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A887; }
p { color: rgb(117,168,135); }
H1.HeaderClassName
{
color: #75A887;
}
.AnyTagClassName
{
color: #75A887;
}
</style>
background-color css
<style>
a { background-color: #75A887; }
a { background-color: rgb(117,168,135); }
div.DivClassName
{
background-color: #75A887;
}
.BgClassName
{
background-color: #75A887;
}
</style>
border-color css
<style>
span { border-color: #75A887; }
span { border-color: rgb(117,168,135); }
td.TdClassName
{
border-color: #75A887;
}
.TagClassName
{
border-color: #75A887;
}
</style>