Shades of Bay Leaf #6BAF83
Tints of Bay Leaf #6BAF83
RGB
CMYK
RGB Variations
Color information
#6BAF83 (or 0x6BAF83) is known color: Bay Leaf. HEX triplet: 6B, AF and 83. RGB value is (107,175,131). Sum of RGB (Red+Green+Blue) = 107+175+131=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAF83 is #94507C. Grayscale: #959595. Windows color (decimal): -9719933 or 8630123. OLE color: 8630123.
HSL color Cylindrical-coordinate representation of color #6BAF83: hue angle of 141.18º 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 #6BAF83 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 175 | 131 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.31 |
| HSL | 141.18º | 0.3% | 0.55% | - |
| HSV(B) | 141.18º | 0.39% | 0.69% | - |
| XYZ | 25.49 | 35.42 | 26.97 | - |
| YUV | 149.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 131 | 0.39 | 0 | 0.25 | 0.31 | 141.18 | 0.3 | 0.55 |
| Hex | 6B | AF | 83 | 27 | 0 | 19 | 1F | 8D | 1E | 37 |
| Octal | 153 | 257 | 203 | 47 | 0 | 31 | 37 | 215 | 36 | 67 |
| Binary | 1101011 | 10101111 | 10000011 | 100111 | 0 | 11001 | 11111 | 10001101 | 11110 | 110111 |
Color Harmonies of #6BAF83
Complementary color
Monochromatic Colors of #6BAF83
Black with #6BAF83
Text Example
Text Example
White with #6BAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAF83; }
p { color: rgb(107,175,131); }
H1.HeaderClassName
{
color: #6BAF83;
}
.AnyTagClassName
{
color: #6BAF83;
}
</style>
background-color css
<style>
a { background-color: #6BAF83; }
a { background-color: rgb(107,175,131); }
div.DivClassName
{
background-color: #6BAF83;
}
.BgClassName
{
background-color: #6BAF83;
}
</style>
border-color css
<style>
span { border-color: #6BAF83; }
span { border-color: rgb(107,175,131); }
td.TdClassName
{
border-color: #6BAF83;
}
.TagClassName
{
border-color: #6BAF83;
}
</style>