Shades of Bay Leaf #82A68D
Tints of Bay Leaf #82A68D
RGB
CMYK
RGB Variations
Color information
#82A68D (or 0x82A68D) is known color: Bay Leaf. HEX triplet: 82, A6 and 8D. RGB value is (130,166,141). Sum of RGB (Red+Green+Blue) = 130+166+141=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 166 - color contains mainly: green. Hex color #82A68D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A68D is #7D5972. Grayscale: #989898. Windows color (decimal): -8214899 or 9283202. OLE color: 9283202.
HSL color Cylindrical-coordinate representation of color #82A68D: hue angle of 138.33º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #82A68D is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 166 | 141 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.35 |
| HSL | 138.33º | 0.17% | 0.58% | - |
| HSV(B) | 138.33º | 0.22% | 0.65% | - |
| XYZ | 27.65 | 33.94 | 30.29 | - |
| YUV | 152.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 166 | 141 | 0.22 | 0 | 0.15 | 0.35 | 138.33 | 0.17 | 0.58 |
| Hex | 82 | A6 | 8D | 16 | 0 | F | 23 | 8A | 11 | 3A |
| Octal | 202 | 246 | 215 | 26 | 0 | 17 | 43 | 212 | 21 | 72 |
| Binary | 10000010 | 10100110 | 10001101 | 10110 | 0 | 1111 | 100011 | 10001010 | 10001 | 111010 |
Color Harmonies of #82A68D
Complementary color
Monochromatic Colors of #82A68D
Black with #82A68D
Text Example
Text Example
White with #82A68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A68D; }
p { color: rgb(130,166,141); }
H1.HeaderClassName
{
color: #82A68D;
}
.AnyTagClassName
{
color: #82A68D;
}
</style>
background-color css
<style>
a { background-color: #82A68D; }
a { background-color: rgb(130,166,141); }
div.DivClassName
{
background-color: #82A68D;
}
.BgClassName
{
background-color: #82A68D;
}
</style>
border-color css
<style>
span { border-color: #82A68D; }
span { border-color: rgb(130,166,141); }
td.TdClassName
{
border-color: #82A68D;
}
.TagClassName
{
border-color: #82A68D;
}
</style>