Shades of Bay Leaf #84A78F
Tints of Bay Leaf #84A78F
RGB
CMYK
RGB Variations
Color information
#84A78F (or 0x84A78F) is known color: Bay Leaf. HEX triplet: 84, A7 and 8F. RGB value is (132,167,143). Sum of RGB (Red+Green+Blue) = 132+167+143=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 167 - color contains mainly: green. Hex color #84A78F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A78F is #7B5870. Grayscale: #999999. Windows color (decimal): -8083569 or 9414532. OLE color: 9414532.
HSL color Cylindrical-coordinate representation of color #84A78F: hue angle of 138.86º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84A78F is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 143 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.35 |
| HSL | 138.86º | 0.17% | 0.59% | - |
| HSV(B) | 138.86º | 0.21% | 0.65% | - |
| XYZ | 28.29 | 34.53 | 31.16 | - |
| YUV | 153.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 143 | 0.21 | 0 | 0.14 | 0.35 | 138.86 | 0.17 | 0.59 |
| Hex | 84 | A7 | 8F | 15 | 0 | E | 23 | 8B | 11 | 3B |
| Octal | 204 | 247 | 217 | 25 | 0 | 16 | 43 | 213 | 21 | 73 |
| Binary | 10000100 | 10100111 | 10001111 | 10101 | 0 | 1110 | 100011 | 10001011 | 10001 | 111011 |
Color Harmonies of #84A78F
Complementary color
Monochromatic Colors of #84A78F
Black with #84A78F
Text Example
Text Example
White with #84A78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A78F; }
p { color: rgb(132,167,143); }
H1.HeaderClassName
{
color: #84A78F;
}
.AnyTagClassName
{
color: #84A78F;
}
</style>
background-color css
<style>
a { background-color: #84A78F; }
a { background-color: rgb(132,167,143); }
div.DivClassName
{
background-color: #84A78F;
}
.BgClassName
{
background-color: #84A78F;
}
</style>
border-color css
<style>
span { border-color: #84A78F; }
span { border-color: rgb(132,167,143); }
td.TdClassName
{
border-color: #84A78F;
}
.TagClassName
{
border-color: #84A78F;
}
</style>