Shades of Bay Leaf #6FAD84
Tints of Bay Leaf #6FAD84
RGB
CMYK
RGB Variations
Color information
#6FAD84 (or 0x6FAD84) is known color: Bay Leaf. HEX triplet: 6F, AD and 84. RGB value is (111,173,132). Sum of RGB (Red+Green+Blue) = 111+173+132=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAD84 is #90527B. Grayscale: #959595. Windows color (decimal): -9458300 or 8695151. OLE color: 8695151.
HSL color Cylindrical-coordinate representation of color #6FAD84: hue angle of 140.32º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAD84 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 173 | 132 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.32 |
| HSL | 140.32º | 0.27% | 0.56% | - |
| HSV(B) | 140.32º | 0.36% | 0.68% | - |
| XYZ | 25.66 | 34.93 | 27.22 | - |
| YUV | 149.79 | 117.96 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 132 | 0.36 | 0 | 0.24 | 0.32 | 140.32 | 0.27 | 0.56 |
| Hex | 6F | AD | 84 | 24 | 0 | 18 | 20 | 8C | 1B | 38 |
| Octal | 157 | 255 | 204 | 44 | 0 | 30 | 40 | 214 | 33 | 70 |
| Binary | 1101111 | 10101101 | 10000100 | 100100 | 0 | 11000 | 100000 | 10001100 | 11011 | 111000 |
Color Harmonies of #6FAD84
Complementary color
Monochromatic Colors of #6FAD84
Black with #6FAD84
Text Example
Text Example
White with #6FAD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAD84; }
p { color: rgb(111,173,132); }
H1.HeaderClassName
{
color: #6FAD84;
}
.AnyTagClassName
{
color: #6FAD84;
}
</style>
background-color css
<style>
a { background-color: #6FAD84; }
a { background-color: rgb(111,173,132); }
div.DivClassName
{
background-color: #6FAD84;
}
.BgClassName
{
background-color: #6FAD84;
}
</style>
border-color css
<style>
span { border-color: #6FAD84; }
span { border-color: rgb(111,173,132); }
td.TdClassName
{
border-color: #6FAD84;
}
.TagClassName
{
border-color: #6FAD84;
}
</style>