Shades of Bay Leaf #75A589
Tints of Bay Leaf #75A589
RGB
CMYK
RGB Variations
Color information
#75A589 (or 0x75A589) is known color: Bay Leaf. HEX triplet: 75, A5 and 89. RGB value is (117,165,137). Sum of RGB (Red+Green+Blue) = 117+165+137=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 165 - color contains mainly: green. Hex color #75A589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A589 is #8A5A76. Grayscale: #939393. Windows color (decimal): -9067127 or 9020789. OLE color: 9020789.
HSL color Cylindrical-coordinate representation of color #75A589: hue angle of 145º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75A589 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 165 | 137 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.35 |
| HSL | 145º | 0.21% | 0.55% | - |
| HSV(B) | 145º | 0.29% | 0.65% | - |
| XYZ | 25.31 | 32.5 | 28.61 | - |
| YUV | 147.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 165 | 137 | 0.29 | 0 | 0.17 | 0.35 | 145 | 0.21 | 0.55 |
| Hex | 75 | A5 | 89 | 1D | 0 | 11 | 23 | 91 | 15 | 37 |
| Octal | 165 | 245 | 211 | 35 | 0 | 21 | 43 | 221 | 25 | 67 |
| Binary | 1110101 | 10100101 | 10001001 | 11101 | 0 | 10001 | 100011 | 10010001 | 10101 | 110111 |
Color Harmonies of #75A589
Complementary color
Monochromatic Colors of #75A589
Black with #75A589
Text Example
Text Example
White with #75A589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A589; }
p { color: rgb(117,165,137); }
H1.HeaderClassName
{
color: #75A589;
}
.AnyTagClassName
{
color: #75A589;
}
</style>
background-color css
<style>
a { background-color: #75A589; }
a { background-color: rgb(117,165,137); }
div.DivClassName
{
background-color: #75A589;
}
.BgClassName
{
background-color: #75A589;
}
</style>
border-color css
<style>
span { border-color: #75A589; }
span { border-color: rgb(117,165,137); }
td.TdClassName
{
border-color: #75A589;
}
.TagClassName
{
border-color: #75A589;
}
</style>