Shades of Bay Leaf #84A68F
Tints of Bay Leaf #84A68F
RGB
CMYK
RGB Variations
Color information
#84A68F (or 0x84A68F) is known color: Bay Leaf. HEX triplet: 84, A6 and 8F. RGB value is (132,166,143). Sum of RGB (Red+Green+Blue) = 132+166+143=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #84A68F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A68F is #7B5970. Grayscale: #999999. Windows color (decimal): -8083825 or 9414276. OLE color: 9414276.
HSL color Cylindrical-coordinate representation of color #84A68F: hue angle of 139.41º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A68F is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 143 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.35 |
| HSL | 139.41º | 0.16% | 0.58% | - |
| HSV(B) | 139.41º | 0.2% | 0.65% | - |
| XYZ | 28.11 | 34.16 | 31.1 | - |
| YUV | 153.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 143 | 0.20 | 0 | 0.14 | 0.35 | 139.41 | 0.16 | 0.58 |
| Hex | 84 | A6 | 8F | 14 | 0 | E | 23 | 8B | 10 | 3A |
| Octal | 204 | 246 | 217 | 24 | 0 | 16 | 43 | 213 | 20 | 72 |
| Binary | 10000100 | 10100110 | 10001111 | 10100 | 0 | 1110 | 100011 | 10001011 | 10000 | 111010 |
Color Harmonies of #84A68F
Complementary color
Monochromatic Colors of #84A68F
Black with #84A68F
Text Example
Text Example
White with #84A68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A68F; }
p { color: rgb(132,166,143); }
H1.HeaderClassName
{
color: #84A68F;
}
.AnyTagClassName
{
color: #84A68F;
}
</style>
background-color css
<style>
a { background-color: #84A68F; }
a { background-color: rgb(132,166,143); }
div.DivClassName
{
background-color: #84A68F;
}
.BgClassName
{
background-color: #84A68F;
}
</style>
border-color css
<style>
span { border-color: #84A68F; }
span { border-color: rgb(132,166,143); }
td.TdClassName
{
border-color: #84A68F;
}
.TagClassName
{
border-color: #84A68F;
}
</style>