Shades of Bay Leaf #75BC89
Tints of Bay Leaf #75BC89
RGB
CMYK
RGB Variations
Color information
#75BC89 (or 0x75BC89) is known color: Bay Leaf. HEX triplet: 75, BC and 89. RGB value is (117,188,137). Sum of RGB (Red+Green+Blue) = 117+188+137=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BC89 is #8A4376. Grayscale: #A1A1A1. Windows color (decimal): -9061239 or 9026677. OLE color: 9026677.
HSL color Cylindrical-coordinate representation of color #75BC89: hue angle of 136.9º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BC89 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 188 | 137 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.26 |
| HSL | 136.9º | 0.35% | 0.6% | - |
| HSV(B) | 136.9º | 0.38% | 0.74% | - |
| XYZ | 29.83 | 41.55 | 30.12 | - |
| YUV | 160.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 188 | 137 | 0.38 | 0 | 0.27 | 0.26 | 136.9 | 0.35 | 0.6 |
| Hex | 75 | BC | 89 | 26 | 0 | 1B | 1A | 89 | 23 | 3C |
| Octal | 165 | 274 | 211 | 46 | 0 | 33 | 32 | 211 | 43 | 74 |
| Binary | 1110101 | 10111100 | 10001001 | 100110 | 0 | 11011 | 11010 | 10001001 | 100011 | 111100 |
Color Harmonies of #75BC89
Complementary color
Monochromatic Colors of #75BC89
Black with #75BC89
Text Example
Text Example
White with #75BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BC89; }
p { color: rgb(117,188,137); }
H1.HeaderClassName
{
color: #75BC89;
}
.AnyTagClassName
{
color: #75BC89;
}
</style>
background-color css
<style>
a { background-color: #75BC89; }
a { background-color: rgb(117,188,137); }
div.DivClassName
{
background-color: #75BC89;
}
.BgClassName
{
background-color: #75BC89;
}
</style>
border-color css
<style>
span { border-color: #75BC89; }
span { border-color: rgb(117,188,137); }
td.TdClassName
{
border-color: #75BC89;
}
.TagClassName
{
border-color: #75BC89;
}
</style>