Shades of Bay Leaf #75AD86
Tints of Bay Leaf #75AD86
RGB
CMYK
RGB Variations
Color information
#75AD86 (or 0x75AD86) is known color: Bay Leaf. HEX triplet: 75, AD and 86. RGB value is (117,173,134). Sum of RGB (Red+Green+Blue) = 117+173+134=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AD86 is #8A5279. Grayscale: #979797. Windows color (decimal): -9065082 or 8826229. OLE color: 8826229.
HSL color Cylindrical-coordinate representation of color #75AD86: hue angle of 138.21º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75AD86 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 173 | 134 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.32 |
| HSL | 138.21º | 0.25% | 0.57% | - |
| HSV(B) | 138.21º | 0.32% | 0.68% | - |
| XYZ | 26.58 | 35.39 | 27.98 | - |
| YUV | 151.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 134 | 0.32 | 0 | 0.23 | 0.32 | 138.21 | 0.25 | 0.57 |
| Hex | 75 | AD | 86 | 20 | 0 | 17 | 20 | 8A | 19 | 39 |
| Octal | 165 | 255 | 206 | 40 | 0 | 27 | 40 | 212 | 31 | 71 |
| Binary | 1110101 | 10101101 | 10000110 | 100000 | 0 | 10111 | 100000 | 10001010 | 11001 | 111001 |
Color Harmonies of #75AD86
Complementary color
Monochromatic Colors of #75AD86
Black with #75AD86
Text Example
Text Example
White with #75AD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AD86; }
p { color: rgb(117,173,134); }
H1.HeaderClassName
{
color: #75AD86;
}
.AnyTagClassName
{
color: #75AD86;
}
</style>
background-color css
<style>
a { background-color: #75AD86; }
a { background-color: rgb(117,173,134); }
div.DivClassName
{
background-color: #75AD86;
}
.BgClassName
{
background-color: #75AD86;
}
</style>
border-color css
<style>
span { border-color: #75AD86; }
span { border-color: rgb(117,173,134); }
td.TdClassName
{
border-color: #75AD86;
}
.TagClassName
{
border-color: #75AD86;
}
</style>