Shades of Bay Leaf #68AA83
Tints of Bay Leaf #68AA83
RGB
CMYK
RGB Variations
Color information
#68AA83 (or 0x68AA83) is known color: Bay Leaf. HEX triplet: 68, AA and 83. RGB value is (104,170,131). Sum of RGB (Red+Green+Blue) = 104+170+131=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AA83 is #97557C. Grayscale: #919191. Windows color (decimal): -9917821 or 8628840. OLE color: 8628840.
HSL color Cylindrical-coordinate representation of color #68AA83: hue angle of 144.55º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AA83 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 131 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.33 |
| HSL | 144.55º | 0.28% | 0.54% | - |
| HSV(B) | 144.55º | 0.39% | 0.67% | - |
| XYZ | 24.18 | 33.33 | 26.63 | - |
| YUV | 145.82 | 119.63 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 131 | 0.39 | 0 | 0.23 | 0.33 | 144.55 | 0.28 | 0.54 |
| Hex | 68 | AA | 83 | 27 | 0 | 17 | 21 | 91 | 1C | 36 |
| Octal | 150 | 252 | 203 | 47 | 0 | 27 | 41 | 221 | 34 | 66 |
| Binary | 1101000 | 10101010 | 10000011 | 100111 | 0 | 10111 | 100001 | 10010001 | 11100 | 110110 |
Color Harmonies of #68AA83
Complementary color
Monochromatic Colors of #68AA83
Black with #68AA83
Text Example
Text Example
White with #68AA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AA83; }
p { color: rgb(104,170,131); }
H1.HeaderClassName
{
color: #68AA83;
}
.AnyTagClassName
{
color: #68AA83;
}
</style>
background-color css
<style>
a { background-color: #68AA83; }
a { background-color: rgb(104,170,131); }
div.DivClassName
{
background-color: #68AA83;
}
.BgClassName
{
background-color: #68AA83;
}
</style>
border-color css
<style>
span { border-color: #68AA83; }
span { border-color: rgb(104,170,131); }
td.TdClassName
{
border-color: #68AA83;
}
.TagClassName
{
border-color: #68AA83;
}
</style>