Shades of Laurel #708975
Tints of Laurel #708975
RGB
CMYK
RGB Variations
Color information
#708975 (or 0x708975) is known color: Laurel. HEX triplet: 70, 89 and 75. RGB value is (112,137,117). Sum of RGB (Red+Green+Blue) = 112+137+117=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #708975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708975 is #8F768A. Grayscale: #7F7F7F. Windows color (decimal): -9401995 or 7702896. OLE color: 7702896.
HSL color Cylindrical-coordinate representation of color #708975: hue angle of 132º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708975 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 117 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.46 |
| HSL | 132º | 0.1% | 0.49% | - |
| HSV(B) | 132º | 0.18% | 0.54% | - |
| XYZ | 18.84 | 22.62 | 20.2 | - |
| YUV | 127.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 117 | 0.18 | 0 | 0.15 | 0.46 | 132 | 0.1 | 0.49 |
| Hex | 70 | 89 | 75 | 12 | 0 | F | 2E | 84 | A | 31 |
| Octal | 160 | 211 | 165 | 22 | 0 | 17 | 56 | 204 | 12 | 61 |
| Binary | 1110000 | 10001001 | 1110101 | 10010 | 0 | 1111 | 101110 | 10000100 | 1010 | 110001 |
Color Harmonies of #708975
Complementary color
Monochromatic Colors of #708975
Black with #708975
Text Example
Text Example
White with #708975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708975; }
p { color: rgb(112,137,117); }
H1.HeaderClassName
{
color: #708975;
}
.AnyTagClassName
{
color: #708975;
}
</style>
background-color css
<style>
a { background-color: #708975; }
a { background-color: rgb(112,137,117); }
div.DivClassName
{
background-color: #708975;
}
.BgClassName
{
background-color: #708975;
}
</style>
border-color css
<style>
span { border-color: #708975; }
span { border-color: rgb(112,137,117); }
td.TdClassName
{
border-color: #708975;
}
.TagClassName
{
border-color: #708975;
}
</style>