Shades of Laurel #709574
Tints of Laurel #709574
RGB
CMYK
RGB Variations
Color information
#709574 (or 0x709574) is known color: Laurel. HEX triplet: 70, 95 and 74. RGB value is (112,149,116). Sum of RGB (Red+Green+Blue) = 112+149+116=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #709574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709574 is #8F6A8B. Grayscale: #868686. Windows color (decimal): -9398924 or 7640432. OLE color: 7640432.
HSL color Cylindrical-coordinate representation of color #709574: hue angle of 126.49º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709574 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 116 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.42 |
| HSL | 126.49º | 0.15% | 0.51% | - |
| HSV(B) | 126.49º | 0.25% | 0.58% | - |
| XYZ | 20.58 | 26.2 | 20.5 | - |
| YUV | 134.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 116 | 0.25 | 0 | 0.22 | 0.42 | 126.49 | 0.15 | 0.51 |
| Hex | 70 | 95 | 74 | 19 | 0 | 16 | 2A | 7E | F | 33 |
| Octal | 160 | 225 | 164 | 31 | 0 | 26 | 52 | 176 | 17 | 63 |
| Binary | 1110000 | 10010101 | 1110100 | 11001 | 0 | 10110 | 101010 | 1111110 | 1111 | 110011 |
Color Harmonies of #709574
Complementary color
Monochromatic Colors of #709574
Black with #709574
Text Example
Text Example
White with #709574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709574; }
p { color: rgb(112,149,116); }
H1.HeaderClassName
{
color: #709574;
}
.AnyTagClassName
{
color: #709574;
}
</style>
background-color css
<style>
a { background-color: #709574; }
a { background-color: rgb(112,149,116); }
div.DivClassName
{
background-color: #709574;
}
.BgClassName
{
background-color: #709574;
}
</style>
border-color css
<style>
span { border-color: #709574; }
span { border-color: rgb(112,149,116); }
td.TdClassName
{
border-color: #709574;
}
.TagClassName
{
border-color: #709574;
}
</style>