Shades of Bay Leaf #75B982
Tints of Bay Leaf #75B982
RGB
CMYK
RGB Variations
Color information
#75B982 (or 0x75B982) is known color: Bay Leaf. HEX triplet: 75, B9 and 82. RGB value is (117,185,130). Sum of RGB (Red+Green+Blue) = 117+185+130=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #75B982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B982 is #8A467D. Grayscale: #9E9E9E. Windows color (decimal): -9062014 or 8567157. OLE color: 8567157.
HSL color Cylindrical-coordinate representation of color #75B982: hue angle of 131.47º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75B982 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 185 | 130 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.27 |
| HSL | 131.47º | 0.33% | 0.59% | - |
| HSV(B) | 131.47º | 0.37% | 0.73% | - |
| XYZ | 28.71 | 40.09 | 27.34 | - |
| YUV | 158.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 185 | 130 | 0.37 | 0 | 0.30 | 0.27 | 131.47 | 0.33 | 0.59 |
| Hex | 75 | B9 | 82 | 25 | 0 | 1E | 1B | 83 | 21 | 3B |
| Octal | 165 | 271 | 202 | 45 | 0 | 36 | 33 | 203 | 41 | 73 |
| Binary | 1110101 | 10111001 | 10000010 | 100101 | 0 | 11110 | 11011 | 10000011 | 100001 | 111011 |
Color Harmonies of #75B982
Complementary color
Monochromatic Colors of #75B982
Black with #75B982
Text Example
Text Example
White with #75B982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B982; }
p { color: rgb(117,185,130); }
H1.HeaderClassName
{
color: #75B982;
}
.AnyTagClassName
{
color: #75B982;
}
</style>
background-color css
<style>
a { background-color: #75B982; }
a { background-color: rgb(117,185,130); }
div.DivClassName
{
background-color: #75B982;
}
.BgClassName
{
background-color: #75B982;
}
</style>
border-color css
<style>
span { border-color: #75B982; }
span { border-color: rgb(117,185,130); }
td.TdClassName
{
border-color: #75B982;
}
.TagClassName
{
border-color: #75B982;
}
</style>