Shades of Bay Leaf #6FC381
Tints of Bay Leaf #6FC381
RGB
CMYK
RGB Variations
Color information
#6FC381 (or 0x6FC381) is known color: Bay Leaf. HEX triplet: 6F, C3 and 81. RGB value is (111,195,129). Sum of RGB (Red+Green+Blue) = 111+195+129=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #6FC381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC381 is #903C7E. Grayscale: #A2A2A2. Windows color (decimal): -9452671 or 8504175. OLE color: 8504175.
HSL color Cylindrical-coordinate representation of color #6FC381: hue angle of 132.86º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6FC381 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 195 | 129 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.24 |
| HSL | 132.86º | 0.41% | 0.6% | - |
| HSV(B) | 132.86º | 0.43% | 0.76% | - |
| XYZ | 30.03 | 43.99 | 27.68 | - |
| YUV | 162.36 | 109.17 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 195 | 129 | 0.43 | 0 | 0.34 | 0.24 | 132.86 | 0.41 | 0.6 |
| Hex | 6F | C3 | 81 | 2B | 0 | 22 | 18 | 85 | 29 | 3C |
| Octal | 157 | 303 | 201 | 53 | 0 | 42 | 30 | 205 | 51 | 74 |
| Binary | 1101111 | 11000011 | 10000001 | 101011 | 0 | 100010 | 11000 | 10000101 | 101001 | 111100 |
Color Harmonies of #6FC381
Complementary color
Monochromatic Colors of #6FC381
Black with #6FC381
Text Example
Text Example
White with #6FC381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC381; }
p { color: rgb(111,195,129); }
H1.HeaderClassName
{
color: #6FC381;
}
.AnyTagClassName
{
color: #6FC381;
}
</style>
background-color css
<style>
a { background-color: #6FC381; }
a { background-color: rgb(111,195,129); }
div.DivClassName
{
background-color: #6FC381;
}
.BgClassName
{
background-color: #6FC381;
}
</style>
border-color css
<style>
span { border-color: #6FC381; }
span { border-color: rgb(111,195,129); }
td.TdClassName
{
border-color: #6FC381;
}
.TagClassName
{
border-color: #6FC381;
}
</style>