Shades of Laurel #708A72
Tints of Laurel #708A72
RGB
CMYK
RGB Variations
Color information
#708A72 (or 0x708A72) is known color: Laurel. HEX triplet: 70, 8A and 72. RGB value is (112,138,114). Sum of RGB (Red+Green+Blue) = 112+138+114=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 138 - color contains mainly: green. Hex color #708A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A72 is #8F758D. Grayscale: #7F7F7F. Windows color (decimal): -9401742 or 7506544. OLE color: 7506544.
HSL color Cylindrical-coordinate representation of color #708A72: hue angle of 124.62º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #708A72 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 114 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.46 |
| HSL | 124.62º | 0.1% | 0.49% | - |
| HSV(B) | 124.62º | 0.19% | 0.54% | - |
| XYZ | 18.81 | 22.84 | 19.34 | - |
| YUV | 127.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 114 | 0.19 | 0 | 0.17 | 0.46 | 124.62 | 0.1 | 0.49 |
| Hex | 70 | 8A | 72 | 13 | 0 | 11 | 2E | 7D | A | 31 |
| Octal | 160 | 212 | 162 | 23 | 0 | 21 | 56 | 175 | 12 | 61 |
| Binary | 1110000 | 10001010 | 1110010 | 10011 | 0 | 10001 | 101110 | 1111101 | 1010 | 110001 |
Color Harmonies of #708A72
Complementary color
Monochromatic Colors of #708A72
Black with #708A72
Text Example
Text Example
White with #708A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A72; }
p { color: rgb(112,138,114); }
H1.HeaderClassName
{
color: #708A72;
}
.AnyTagClassName
{
color: #708A72;
}
</style>
background-color css
<style>
a { background-color: #708A72; }
a { background-color: rgb(112,138,114); }
div.DivClassName
{
background-color: #708A72;
}
.BgClassName
{
background-color: #708A72;
}
</style>
border-color css
<style>
span { border-color: #708A72; }
span { border-color: rgb(112,138,114); }
td.TdClassName
{
border-color: #708A72;
}
.TagClassName
{
border-color: #708A72;
}
</style>