Shades of Bay Leaf #67AF80
Tints of Bay Leaf #67AF80
RGB
CMYK
RGB Variations
Color information
#67AF80 (or 0x67AF80) is known color: Bay Leaf. HEX triplet: 67, AF and 80. RGB value is (103,175,128). Sum of RGB (Red+Green+Blue) = 103+175+128=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #67AF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AF80 is #98507F. Grayscale: #949494. Windows color (decimal): -9982080 or 8433511. OLE color: 8433511.
HSL color Cylindrical-coordinate representation of color #67AF80: hue angle of 140.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67AF80 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 175 | 128 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.31 |
| HSL | 140.83º | 0.31% | 0.55% | - |
| HSV(B) | 140.83º | 0.41% | 0.69% | - |
| XYZ | 24.82 | 35.1 | 25.89 | - |
| YUV | 148.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 175 | 128 | 0.41 | 0 | 0.27 | 0.31 | 140.83 | 0.31 | 0.55 |
| Hex | 67 | AF | 80 | 29 | 0 | 1B | 1F | 8D | 1F | 37 |
| Octal | 147 | 257 | 200 | 51 | 0 | 33 | 37 | 215 | 37 | 67 |
| Binary | 1100111 | 10101111 | 10000000 | 101001 | 0 | 11011 | 11111 | 10001101 | 11111 | 110111 |
Color Harmonies of #67AF80
Complementary color
Monochromatic Colors of #67AF80
Black with #67AF80
Text Example
Text Example
White with #67AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AF80; }
p { color: rgb(103,175,128); }
H1.HeaderClassName
{
color: #67AF80;
}
.AnyTagClassName
{
color: #67AF80;
}
</style>
background-color css
<style>
a { background-color: #67AF80; }
a { background-color: rgb(103,175,128); }
div.DivClassName
{
background-color: #67AF80;
}
.BgClassName
{
background-color: #67AF80;
}
</style>
border-color css
<style>
span { border-color: #67AF80; }
span { border-color: rgb(103,175,128); }
td.TdClassName
{
border-color: #67AF80;
}
.TagClassName
{
border-color: #67AF80;
}
</style>