Shades of Bay Leaf #7CAA84
Tints of Bay Leaf #7CAA84
RGB
CMYK
RGB Variations
Color information
#7CAA84 (or 0x7CAA84) is known color: Bay Leaf. HEX triplet: 7C, AA and 84. RGB value is (124,170,132). Sum of RGB (Red+Green+Blue) = 124+170+132=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAA84 is #83557B. Grayscale: #989898. Windows color (decimal): -8607100 or 8694396. OLE color: 8694396.
HSL color Cylindrical-coordinate representation of color #7CAA84: hue angle of 130.43º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7CAA84 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 170 | 132 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.33 |
| HSL | 130.43º | 0.21% | 0.58% | - |
| HSV(B) | 130.43º | 0.27% | 0.67% | - |
| XYZ | 26.85 | 34.7 | 27.11 | - |
| YUV | 151.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 170 | 132 | 0.27 | 0 | 0.22 | 0.33 | 130.43 | 0.21 | 0.58 |
| Hex | 7C | AA | 84 | 1B | 0 | 16 | 21 | 82 | 15 | 3A |
| Octal | 174 | 252 | 204 | 33 | 0 | 26 | 41 | 202 | 25 | 72 |
| Binary | 1111100 | 10101010 | 10000100 | 11011 | 0 | 10110 | 100001 | 10000010 | 10101 | 111010 |
Color Harmonies of #7CAA84
Complementary color
Monochromatic Colors of #7CAA84
Black with #7CAA84
Text Example
Text Example
White with #7CAA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAA84; }
p { color: rgb(124,170,132); }
H1.HeaderClassName
{
color: #7CAA84;
}
.AnyTagClassName
{
color: #7CAA84;
}
</style>
background-color css
<style>
a { background-color: #7CAA84; }
a { background-color: rgb(124,170,132); }
div.DivClassName
{
background-color: #7CAA84;
}
.BgClassName
{
background-color: #7CAA84;
}
</style>
border-color css
<style>
span { border-color: #7CAA84; }
span { border-color: rgb(124,170,132); }
td.TdClassName
{
border-color: #7CAA84;
}
.TagClassName
{
border-color: #7CAA84;
}
</style>