Shades of Bay Leaf #6FC081
Tints of Bay Leaf #6FC081
RGB
CMYK
RGB Variations
Color information
#6FC081 (or 0x6FC081) is known color: Bay Leaf. HEX triplet: 6F, C0 and 81. RGB value is (111,192,129). Sum of RGB (Red+Green+Blue) = 111+192+129=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC081 is #903F7E. Grayscale: #A0A0A0. Windows color (decimal): -9453439 or 8503407. OLE color: 8503407.
HSL color Cylindrical-coordinate representation of color #6FC081: hue angle of 133.33º degrees, saturation: 0.39, 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 #6FC081 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 129 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.25 |
| HSL | 133.33º | 0.39% | 0.59% | - |
| HSV(B) | 133.33º | 0.42% | 0.75% | - |
| XYZ | 29.37 | 42.66 | 27.46 | - |
| YUV | 160.6 | 110.16 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 129 | 0.42 | 0 | 0.33 | 0.25 | 133.33 | 0.39 | 0.59 |
| Hex | 6F | C0 | 81 | 2A | 0 | 21 | 19 | 85 | 27 | 3B |
| Octal | 157 | 300 | 201 | 52 | 0 | 41 | 31 | 205 | 47 | 73 |
| Binary | 1101111 | 11000000 | 10000001 | 101010 | 0 | 100001 | 11001 | 10000101 | 100111 | 111011 |
Color Harmonies of #6FC081
Complementary color
Monochromatic Colors of #6FC081
Black with #6FC081
Text Example
Text Example
White with #6FC081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC081; }
p { color: rgb(111,192,129); }
H1.HeaderClassName
{
color: #6FC081;
}
.AnyTagClassName
{
color: #6FC081;
}
</style>
background-color css
<style>
a { background-color: #6FC081; }
a { background-color: rgb(111,192,129); }
div.DivClassName
{
background-color: #6FC081;
}
.BgClassName
{
background-color: #6FC081;
}
</style>
border-color css
<style>
span { border-color: #6FC081; }
span { border-color: rgb(111,192,129); }
td.TdClassName
{
border-color: #6FC081;
}
.TagClassName
{
border-color: #6FC081;
}
</style>