Shades of Bay Leaf #7DB885
Tints of Bay Leaf #7DB885
RGB
CMYK
RGB Variations
Color information
#7DB885 (or 0x7DB885) is known color: Bay Leaf. HEX triplet: 7D, B8 and 85. RGB value is (125,184,133). Sum of RGB (Red+Green+Blue) = 125+184+133=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB885 is #82477A. Grayscale: #A0A0A0. Windows color (decimal): -8537979 or 8763517. OLE color: 8763517.
HSL color Cylindrical-coordinate representation of color #7DB885: hue angle of 128.14º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB885 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 133 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.28 |
| HSL | 128.14º | 0.29% | 0.61% | - |
| HSV(B) | 128.14º | 0.32% | 0.72% | - |
| XYZ | 29.83 | 40.33 | 28.4 | - |
| YUV | 160.55 | 112.45 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 133 | 0.32 | 0 | 0.28 | 0.28 | 128.14 | 0.29 | 0.61 |
| Hex | 7D | B8 | 85 | 20 | 0 | 1C | 1C | 80 | 1D | 3D |
| Octal | 175 | 270 | 205 | 40 | 0 | 34 | 34 | 200 | 35 | 75 |
| Binary | 1111101 | 10111000 | 10000101 | 100000 | 0 | 11100 | 11100 | 10000000 | 11101 | 111101 |
Color Harmonies of #7DB885
Complementary color
Monochromatic Colors of #7DB885
Black with #7DB885
Text Example
Text Example
White with #7DB885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB885; }
p { color: rgb(125,184,133); }
H1.HeaderClassName
{
color: #7DB885;
}
.AnyTagClassName
{
color: #7DB885;
}
</style>
background-color css
<style>
a { background-color: #7DB885; }
a { background-color: rgb(125,184,133); }
div.DivClassName
{
background-color: #7DB885;
}
.BgClassName
{
background-color: #7DB885;
}
</style>
border-color css
<style>
span { border-color: #7DB885; }
span { border-color: rgb(125,184,133); }
td.TdClassName
{
border-color: #7DB885;
}
.TagClassName
{
border-color: #7DB885;
}
</style>