Shades of Laurel #708774
Tints of Laurel #708774
RGB
CMYK
RGB Variations
Color information
#708774 (or 0x708774) is known color: Laurel. HEX triplet: 70, 87 and 74. RGB value is (112,135,116). Sum of RGB (Red+Green+Blue) = 112+135+116=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 135 - color contains mainly: green. Hex color #708774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708774 is #8F788B. Grayscale: #7E7E7E. Windows color (decimal): -9402508 or 7636848. OLE color: 7636848.
HSL color Cylindrical-coordinate representation of color #708774: hue angle of 130.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #708774 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 116 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.47 |
| HSL | 130.43º | 0.09% | 0.48% | - |
| HSV(B) | 130.43º | 0.17% | 0.53% | - |
| XYZ | 18.5 | 22.03 | 19.8 | - |
| YUV | 125.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 116 | 0.17 | 0 | 0.14 | 0.47 | 130.43 | 0.09 | 0.48 |
| Hex | 70 | 87 | 74 | 11 | 0 | E | 2F | 82 | 9 | 30 |
| Octal | 160 | 207 | 164 | 21 | 0 | 16 | 57 | 202 | 11 | 60 |
| Binary | 1110000 | 10000111 | 1110100 | 10001 | 0 | 1110 | 101111 | 10000010 | 1001 | 110000 |
Color Harmonies of #708774
Complementary color
Monochromatic Colors of #708774
Black with #708774
Text Example
Text Example
White with #708774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708774; }
p { color: rgb(112,135,116); }
H1.HeaderClassName
{
color: #708774;
}
.AnyTagClassName
{
color: #708774;
}
</style>
background-color css
<style>
a { background-color: #708774; }
a { background-color: rgb(112,135,116); }
div.DivClassName
{
background-color: #708774;
}
.BgClassName
{
background-color: #708774;
}
</style>
border-color css
<style>
span { border-color: #708774; }
span { border-color: rgb(112,135,116); }
td.TdClassName
{
border-color: #708774;
}
.TagClassName
{
border-color: #708774;
}
</style>