Shades of Bay Leaf #6FBF82
Tints of Bay Leaf #6FBF82
RGB
CMYK
RGB Variations
Color information
#6FBF82 (or 0x6FBF82) is known color: Bay Leaf. HEX triplet: 6F, BF and 82. RGB value is (111,191,130). Sum of RGB (Red+Green+Blue) = 111+191+130=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBF82 is #90407D. Grayscale: #A0A0A0. Windows color (decimal): -9453694 or 8568687. OLE color: 8568687.
HSL color Cylindrical-coordinate representation of color #6FBF82: hue angle of 134.25º 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 #6FBF82 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 191 | 130 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.25 |
| HSL | 134.25º | 0.38% | 0.59% | - |
| HSV(B) | 134.25º | 0.42% | 0.75% | - |
| XYZ | 29.22 | 42.25 | 27.73 | - |
| YUV | 160.13 | 111 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 130 | 0.42 | 0 | 0.32 | 0.25 | 134.25 | 0.38 | 0.59 |
| Hex | 6F | BF | 82 | 2A | 0 | 20 | 19 | 86 | 26 | 3B |
| Octal | 157 | 277 | 202 | 52 | 0 | 40 | 31 | 206 | 46 | 73 |
| Binary | 1101111 | 10111111 | 10000010 | 101010 | 0 | 100000 | 11001 | 10000110 | 100110 | 111011 |
Color Harmonies of #6FBF82
Complementary color
Monochromatic Colors of #6FBF82
Black with #6FBF82
Text Example
Text Example
White with #6FBF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBF82; }
p { color: rgb(111,191,130); }
H1.HeaderClassName
{
color: #6FBF82;
}
.AnyTagClassName
{
color: #6FBF82;
}
</style>
background-color css
<style>
a { background-color: #6FBF82; }
a { background-color: rgb(111,191,130); }
div.DivClassName
{
background-color: #6FBF82;
}
.BgClassName
{
background-color: #6FBF82;
}
</style>
border-color css
<style>
span { border-color: #6FBF82; }
span { border-color: rgb(111,191,130); }
td.TdClassName
{
border-color: #6FBF82;
}
.TagClassName
{
border-color: #6FBF82;
}
</style>