Shades of Bay Leaf #6FAE82
Tints of Bay Leaf #6FAE82
RGB
CMYK
RGB Variations
Color information
#6FAE82 (or 0x6FAE82) is known color: Bay Leaf. HEX triplet: 6F, AE and 82. RGB value is (111,174,130). Sum of RGB (Red+Green+Blue) = 111+174+130=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAE82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAE82 is #90517D. Grayscale: #969696. Windows color (decimal): -9458046 or 8564335. OLE color: 8564335.
HSL color Cylindrical-coordinate representation of color #6FAE82: hue angle of 138.1º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAE82 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 174 | 130 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.32 |
| HSL | 138.1º | 0.28% | 0.56% | - |
| HSV(B) | 138.1º | 0.36% | 0.68% | - |
| XYZ | 25.72 | 35.26 | 26.57 | - |
| YUV | 150.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 130 | 0.36 | 0 | 0.25 | 0.32 | 138.1 | 0.28 | 0.56 |
| Hex | 6F | AE | 82 | 24 | 0 | 19 | 20 | 8A | 1C | 38 |
| Octal | 157 | 256 | 202 | 44 | 0 | 31 | 40 | 212 | 34 | 70 |
| Binary | 1101111 | 10101110 | 10000010 | 100100 | 0 | 11001 | 100000 | 10001010 | 11100 | 111000 |
Color Harmonies of #6FAE82
Complementary color
Monochromatic Colors of #6FAE82
Black with #6FAE82
Text Example
Text Example
White with #6FAE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAE82; }
p { color: rgb(111,174,130); }
H1.HeaderClassName
{
color: #6FAE82;
}
.AnyTagClassName
{
color: #6FAE82;
}
</style>
background-color css
<style>
a { background-color: #6FAE82; }
a { background-color: rgb(111,174,130); }
div.DivClassName
{
background-color: #6FAE82;
}
.BgClassName
{
background-color: #6FAE82;
}
</style>
border-color css
<style>
span { border-color: #6FAE82; }
span { border-color: rgb(111,174,130); }
td.TdClassName
{
border-color: #6FAE82;
}
.TagClassName
{
border-color: #6FAE82;
}
</style>