Shades of Bay Leaf #7CAF85
Tints of Bay Leaf #7CAF85
RGB
CMYK
RGB Variations
Color information
#7CAF85 (or 0x7CAF85) is known color: Bay Leaf. HEX triplet: 7C, AF and 85. RGB value is (124,175,133). Sum of RGB (Red+Green+Blue) = 124+175+133=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAF85 is #83507A. Grayscale: #9B9B9B. Windows color (decimal): -8605819 or 8761212. OLE color: 8761212.
HSL color Cylindrical-coordinate representation of color #7CAF85: hue angle of 130.59º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAF85 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 175 | 133 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.31 |
| HSL | 130.59º | 0.24% | 0.59% | - |
| HSV(B) | 130.59º | 0.29% | 0.69% | - |
| XYZ | 27.88 | 36.64 | 27.79 | - |
| YUV | 154.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 133 | 0.29 | 0 | 0.24 | 0.31 | 130.59 | 0.24 | 0.59 |
| Hex | 7C | AF | 85 | 1D | 0 | 18 | 1F | 83 | 18 | 3B |
| Octal | 174 | 257 | 205 | 35 | 0 | 30 | 37 | 203 | 30 | 73 |
| Binary | 1111100 | 10101111 | 10000101 | 11101 | 0 | 11000 | 11111 | 10000011 | 11000 | 111011 |
Color Harmonies of #7CAF85
Complementary color
Monochromatic Colors of #7CAF85
Black with #7CAF85
Text Example
Text Example
White with #7CAF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAF85; }
p { color: rgb(124,175,133); }
H1.HeaderClassName
{
color: #7CAF85;
}
.AnyTagClassName
{
color: #7CAF85;
}
</style>
background-color css
<style>
a { background-color: #7CAF85; }
a { background-color: rgb(124,175,133); }
div.DivClassName
{
background-color: #7CAF85;
}
.BgClassName
{
background-color: #7CAF85;
}
</style>
border-color css
<style>
span { border-color: #7CAF85; }
span { border-color: rgb(124,175,133); }
td.TdClassName
{
border-color: #7CAF85;
}
.TagClassName
{
border-color: #7CAF85;
}
</style>