Shades of Bay Leaf #6FBF81
Tints of Bay Leaf #6FBF81
RGB
CMYK
RGB Variations
Color information
#6FBF81 (or 0x6FBF81) is known color: Bay Leaf. HEX triplet: 6F, BF and 81. RGB value is (111,191,129). Sum of RGB (Red+Green+Blue) = 111+191+129=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBF81 is #90407E. Grayscale: #A0A0A0. Windows color (decimal): -9453695 or 8503151. OLE color: 8503151.
HSL color Cylindrical-coordinate representation of color #6FBF81: hue angle of 133.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBF81 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 191 | 129 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.25 |
| HSL | 133.5º | 0.38% | 0.59% | - |
| HSV(B) | 133.5º | 0.42% | 0.75% | - |
| XYZ | 29.15 | 42.23 | 27.38 | - |
| YUV | 160.01 | 110.5 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 129 | 0.42 | 0 | 0.32 | 0.25 | 133.5 | 0.38 | 0.59 |
| Hex | 6F | BF | 81 | 2A | 0 | 20 | 19 | 86 | 26 | 3B |
| Octal | 157 | 277 | 201 | 52 | 0 | 40 | 31 | 206 | 46 | 73 |
| Binary | 1101111 | 10111111 | 10000001 | 101010 | 0 | 100000 | 11001 | 10000110 | 100110 | 111011 |
Color Harmonies of #6FBF81
Complementary color
Monochromatic Colors of #6FBF81
Black with #6FBF81
Text Example
Text Example
White with #6FBF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBF81; }
p { color: rgb(111,191,129); }
H1.HeaderClassName
{
color: #6FBF81;
}
.AnyTagClassName
{
color: #6FBF81;
}
</style>
background-color css
<style>
a { background-color: #6FBF81; }
a { background-color: rgb(111,191,129); }
div.DivClassName
{
background-color: #6FBF81;
}
.BgClassName
{
background-color: #6FBF81;
}
</style>
border-color css
<style>
span { border-color: #6FBF81; }
span { border-color: rgb(111,191,129); }
td.TdClassName
{
border-color: #6FBF81;
}
.TagClassName
{
border-color: #6FBF81;
}
</style>