Shades of Bay Leaf #6CAF87
Tints of Bay Leaf #6CAF87
RGB
CMYK
RGB Variations
Color information
#6CAF87 (or 0x6CAF87) is known color: Bay Leaf. HEX triplet: 6C, AF and 87. RGB value is (108,175,135). Sum of RGB (Red+Green+Blue) = 108+175+135=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAF87 is #935078. Grayscale: #969696. Windows color (decimal): -9654393 or 8892268. OLE color: 8892268.
HSL color Cylindrical-coordinate representation of color #6CAF87: hue angle of 144.18º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAF87 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 135 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.31 |
| HSL | 144.18º | 0.3% | 0.55% | - |
| HSV(B) | 144.18º | 0.38% | 0.69% | - |
| XYZ | 25.89 | 35.6 | 28.43 | - |
| YUV | 150.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 135 | 0.38 | 0 | 0.23 | 0.31 | 144.18 | 0.3 | 0.55 |
| Hex | 6C | AF | 87 | 26 | 0 | 17 | 1F | 90 | 1E | 37 |
| Octal | 154 | 257 | 207 | 46 | 0 | 27 | 37 | 220 | 36 | 67 |
| Binary | 1101100 | 10101111 | 10000111 | 100110 | 0 | 10111 | 11111 | 10010000 | 11110 | 110111 |
Color Harmonies of #6CAF87
Complementary color
Monochromatic Colors of #6CAF87
Black with #6CAF87
Text Example
Text Example
White with #6CAF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF87; }
p { color: rgb(108,175,135); }
H1.HeaderClassName
{
color: #6CAF87;
}
.AnyTagClassName
{
color: #6CAF87;
}
</style>
background-color css
<style>
a { background-color: #6CAF87; }
a { background-color: rgb(108,175,135); }
div.DivClassName
{
background-color: #6CAF87;
}
.BgClassName
{
background-color: #6CAF87;
}
</style>
border-color css
<style>
span { border-color: #6CAF87; }
span { border-color: rgb(108,175,135); }
td.TdClassName
{
border-color: #6CAF87;
}
.TagClassName
{
border-color: #6CAF87;
}
</style>