Shades of Laurel #728A74
Tints of Laurel #728A74
RGB
CMYK
RGB Variations
Color information
#728A74 (or 0x728A74) is known color: Laurel. HEX triplet: 72, 8A and 74. RGB value is (114,138,116). Sum of RGB (Red+Green+Blue) = 114+138+116=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #728A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728A74 is #8D758B. Grayscale: #808080. Windows color (decimal): -9270668 or 7637618. OLE color: 7637618.
HSL color Cylindrical-coordinate representation of color #728A74: hue angle of 125º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728A74 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 138 | 116 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.46 |
| HSL | 125º | 0.1% | 0.49% | - |
| HSV(B) | 125º | 0.17% | 0.54% | - |
| XYZ | 19.18 | 23.02 | 19.95 | - |
| YUV | 128.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 116 | 0.17 | 0 | 0.16 | 0.46 | 125 | 0.1 | 0.49 |
| Hex | 72 | 8A | 74 | 11 | 0 | 10 | 2E | 7D | A | 31 |
| Octal | 162 | 212 | 164 | 21 | 0 | 20 | 56 | 175 | 12 | 61 |
| Binary | 1110010 | 10001010 | 1110100 | 10001 | 0 | 10000 | 101110 | 1111101 | 1010 | 110001 |
Color Harmonies of #728A74
Complementary color
Monochromatic Colors of #728A74
Black with #728A74
Text Example
Text Example
White with #728A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728A74; }
p { color: rgb(114,138,116); }
H1.HeaderClassName
{
color: #728A74;
}
.AnyTagClassName
{
color: #728A74;
}
</style>
background-color css
<style>
a { background-color: #728A74; }
a { background-color: rgb(114,138,116); }
div.DivClassName
{
background-color: #728A74;
}
.BgClassName
{
background-color: #728A74;
}
</style>
border-color css
<style>
span { border-color: #728A74; }
span { border-color: rgb(114,138,116); }
td.TdClassName
{
border-color: #728A74;
}
.TagClassName
{
border-color: #728A74;
}
</style>