Shades of Bay Leaf #74AC86
Tints of Bay Leaf #74AC86
RGB
CMYK
RGB Variations
Color information
#74AC86 (or 0x74AC86) is known color: Bay Leaf. HEX triplet: 74, AC and 86. RGB value is (116,172,134). Sum of RGB (Red+Green+Blue) = 116+172+134=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AC86 is #8B5379. Grayscale: #979797. Windows color (decimal): -9130874 or 8825972. OLE color: 8825972.
HSL color Cylindrical-coordinate representation of color #74AC86: hue angle of 139.29º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74AC86 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 134 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.33 |
| HSL | 139.29º | 0.25% | 0.56% | - |
| HSV(B) | 139.29º | 0.33% | 0.67% | - |
| XYZ | 26.26 | 34.94 | 27.91 | - |
| YUV | 150.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 134 | 0.33 | 0 | 0.22 | 0.33 | 139.29 | 0.25 | 0.56 |
| Hex | 74 | AC | 86 | 21 | 0 | 16 | 21 | 8B | 19 | 38 |
| Octal | 164 | 254 | 206 | 41 | 0 | 26 | 41 | 213 | 31 | 70 |
| Binary | 1110100 | 10101100 | 10000110 | 100001 | 0 | 10110 | 100001 | 10001011 | 11001 | 111000 |
Color Harmonies of #74AC86
Complementary color
Monochromatic Colors of #74AC86
Black with #74AC86
Text Example
Text Example
White with #74AC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC86; }
p { color: rgb(116,172,134); }
H1.HeaderClassName
{
color: #74AC86;
}
.AnyTagClassName
{
color: #74AC86;
}
</style>
background-color css
<style>
a { background-color: #74AC86; }
a { background-color: rgb(116,172,134); }
div.DivClassName
{
background-color: #74AC86;
}
.BgClassName
{
background-color: #74AC86;
}
</style>
border-color css
<style>
span { border-color: #74AC86; }
span { border-color: rgb(116,172,134); }
td.TdClassName
{
border-color: #74AC86;
}
.TagClassName
{
border-color: #74AC86;
}
</style>