Shades of Bay Leaf #75BD8C
Tints of Bay Leaf #75BD8C
RGB
CMYK
RGB Variations
Color information
#75BD8C (or 0x75BD8C) is known color: Bay Leaf. HEX triplet: 75, BD and 8C. RGB value is (117,189,140). Sum of RGB (Red+Green+Blue) = 117+189+140=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BD8C is #8A4273. Grayscale: #A2A2A2. Windows color (decimal): -9060980 or 9223541. OLE color: 9223541.
HSL color Cylindrical-coordinate representation of color #75BD8C: hue angle of 139.17º 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 #75BD8C is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 189 | 140 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.26 |
| HSL | 139.17º | 0.35% | 0.6% | - |
| HSV(B) | 139.17º | 0.38% | 0.74% | - |
| XYZ | 30.27 | 42.07 | 31.34 | - |
| YUV | 161.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 189 | 140 | 0.38 | 0 | 0.26 | 0.26 | 139.17 | 0.35 | 0.6 |
| Hex | 75 | BD | 8C | 26 | 0 | 1A | 1A | 8B | 23 | 3C |
| Octal | 165 | 275 | 214 | 46 | 0 | 32 | 32 | 213 | 43 | 74 |
| Binary | 1110101 | 10111101 | 10001100 | 100110 | 0 | 11010 | 11010 | 10001011 | 100011 | 111100 |
Color Harmonies of #75BD8C
Complementary color
Monochromatic Colors of #75BD8C
Black with #75BD8C
Text Example
Text Example
White with #75BD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BD8C; }
p { color: rgb(117,189,140); }
H1.HeaderClassName
{
color: #75BD8C;
}
.AnyTagClassName
{
color: #75BD8C;
}
</style>
background-color css
<style>
a { background-color: #75BD8C; }
a { background-color: rgb(117,189,140); }
div.DivClassName
{
background-color: #75BD8C;
}
.BgClassName
{
background-color: #75BD8C;
}
</style>
border-color css
<style>
span { border-color: #75BD8C; }
span { border-color: rgb(117,189,140); }
td.TdClassName
{
border-color: #75BD8C;
}
.TagClassName
{
border-color: #75BD8C;
}
</style>