Shades of Bay Leaf #6BAF81
Tints of Bay Leaf #6BAF81
RGB
CMYK
RGB Variations
Color information
#6BAF81 (or 0x6BAF81) is known color: Bay Leaf. HEX triplet: 6B, AF and 81. RGB value is (107,175,129). Sum of RGB (Red+Green+Blue) = 107+175+129=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAF81 is #94507E. Grayscale: #959595. Windows color (decimal): -9719935 or 8499051. OLE color: 8499051.
HSL color Cylindrical-coordinate representation of color #6BAF81: hue angle of 139.41º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAF81 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 175 | 129 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.31 |
| HSL | 139.41º | 0.3% | 0.55% | - |
| HSV(B) | 139.41º | 0.39% | 0.69% | - |
| XYZ | 25.36 | 35.37 | 26.26 | - |
| YUV | 149.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 129 | 0.39 | 0 | 0.26 | 0.31 | 139.41 | 0.3 | 0.55 |
| Hex | 6B | AF | 81 | 27 | 0 | 1A | 1F | 8B | 1E | 37 |
| Octal | 153 | 257 | 201 | 47 | 0 | 32 | 37 | 213 | 36 | 67 |
| Binary | 1101011 | 10101111 | 10000001 | 100111 | 0 | 11010 | 11111 | 10001011 | 11110 | 110111 |
Color Harmonies of #6BAF81
Complementary color
Monochromatic Colors of #6BAF81
Black with #6BAF81
Text Example
Text Example
White with #6BAF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAF81; }
p { color: rgb(107,175,129); }
H1.HeaderClassName
{
color: #6BAF81;
}
.AnyTagClassName
{
color: #6BAF81;
}
</style>
background-color css
<style>
a { background-color: #6BAF81; }
a { background-color: rgb(107,175,129); }
div.DivClassName
{
background-color: #6BAF81;
}
.BgClassName
{
background-color: #6BAF81;
}
</style>
border-color css
<style>
span { border-color: #6BAF81; }
span { border-color: rgb(107,175,129); }
td.TdClassName
{
border-color: #6BAF81;
}
.TagClassName
{
border-color: #6BAF81;
}
</style>