Shades of Bay Leaf #75A986
Tints of Bay Leaf #75A986
RGB
CMYK
RGB Variations
Color information
#75A986 (or 0x75A986) is known color: Bay Leaf. HEX triplet: 75, A9 and 86. RGB value is (117,169,134). Sum of RGB (Red+Green+Blue) = 117+169+134=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 169 - color contains mainly: green. Hex color #75A986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A986 is #8A5679. Grayscale: #959595. Windows color (decimal): -9066106 or 8825205. OLE color: 8825205.
HSL color Cylindrical-coordinate representation of color #75A986: hue angle of 139.62º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75A986 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 169 | 134 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.34 |
| HSL | 139.62º | 0.23% | 0.56% | - |
| HSV(B) | 139.62º | 0.31% | 0.66% | - |
| XYZ | 25.83 | 33.88 | 27.73 | - |
| YUV | 149.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 169 | 134 | 0.31 | 0 | 0.21 | 0.34 | 139.62 | 0.23 | 0.56 |
| Hex | 75 | A9 | 86 | 1F | 0 | 15 | 22 | 8C | 17 | 38 |
| Octal | 165 | 251 | 206 | 37 | 0 | 25 | 42 | 214 | 27 | 70 |
| Binary | 1110101 | 10101001 | 10000110 | 11111 | 0 | 10101 | 100010 | 10001100 | 10111 | 111000 |
Color Harmonies of #75A986
Complementary color
Monochromatic Colors of #75A986
Black with #75A986
Text Example
Text Example
White with #75A986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A986; }
p { color: rgb(117,169,134); }
H1.HeaderClassName
{
color: #75A986;
}
.AnyTagClassName
{
color: #75A986;
}
</style>
background-color css
<style>
a { background-color: #75A986; }
a { background-color: rgb(117,169,134); }
div.DivClassName
{
background-color: #75A986;
}
.BgClassName
{
background-color: #75A986;
}
</style>
border-color css
<style>
span { border-color: #75A986; }
span { border-color: rgb(117,169,134); }
td.TdClassName
{
border-color: #75A986;
}
.TagClassName
{
border-color: #75A986;
}
</style>