Shades of Bay Leaf #71AC88
Tints of Bay Leaf #71AC88
RGB
CMYK
RGB Variations
Color information
#71AC88 (or 0x71AC88) is known color: Bay Leaf. HEX triplet: 71, AC and 88. RGB value is (113,172,136). Sum of RGB (Red+Green+Blue) = 113+172+136=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AC88 is #8E5377. Grayscale: #969696. Windows color (decimal): -9327480 or 8957041. OLE color: 8957041.
HSL color Cylindrical-coordinate representation of color #71AC88: hue angle of 143.39º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71AC88 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 172 | 136 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.33 |
| HSL | 143.39º | 0.26% | 0.56% | - |
| HSV(B) | 143.39º | 0.34% | 0.67% | - |
| XYZ | 26.01 | 34.79 | 28.64 | - |
| YUV | 150.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 172 | 136 | 0.34 | 0 | 0.21 | 0.33 | 143.39 | 0.26 | 0.56 |
| Hex | 71 | AC | 88 | 22 | 0 | 15 | 21 | 8F | 1A | 38 |
| Octal | 161 | 254 | 210 | 42 | 0 | 25 | 41 | 217 | 32 | 70 |
| Binary | 1110001 | 10101100 | 10001000 | 100010 | 0 | 10101 | 100001 | 10001111 | 11010 | 111000 |
Color Harmonies of #71AC88
Complementary color
Monochromatic Colors of #71AC88
Black with #71AC88
Text Example
Text Example
White with #71AC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AC88; }
p { color: rgb(113,172,136); }
H1.HeaderClassName
{
color: #71AC88;
}
.AnyTagClassName
{
color: #71AC88;
}
</style>
background-color css
<style>
a { background-color: #71AC88; }
a { background-color: rgb(113,172,136); }
div.DivClassName
{
background-color: #71AC88;
}
.BgClassName
{
background-color: #71AC88;
}
</style>
border-color css
<style>
span { border-color: #71AC88; }
span { border-color: rgb(113,172,136); }
td.TdClassName
{
border-color: #71AC88;
}
.TagClassName
{
border-color: #71AC88;
}
</style>