Shades of Laurel #709C6D
Tints of Laurel #709C6D
RGB
CMYK
RGB Variations
Color information
#709C6D (or 0x709C6D) is known color: Laurel. HEX triplet: 70, 9C and 6D. RGB value is (112,156,109). Sum of RGB (Red+Green+Blue) = 112+156+109=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #709C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709C6D is #8F6392. Grayscale: #898989. Windows color (decimal): -9397139 or 7183472. OLE color: 7183472.
HSL color Cylindrical-coordinate representation of color #709C6D: hue angle of 116.17º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709C6D is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 156 | 109 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.39 |
| HSL | 116.17º | 0.19% | 0.52% | - |
| HSV(B) | 116.17º | 0.3% | 0.61% | - |
| XYZ | 21.33 | 28.33 | 18.81 | - |
| YUV | 137.49 | 111.92 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 109 | 0.28 | 0 | 0.30 | 0.39 | 116.17 | 0.19 | 0.52 |
| Hex | 70 | 9C | 6D | 1C | 0 | 1E | 27 | 74 | 13 | 34 |
| Octal | 160 | 234 | 155 | 34 | 0 | 36 | 47 | 164 | 23 | 64 |
| Binary | 1110000 | 10011100 | 1101101 | 11100 | 0 | 11110 | 100111 | 1110100 | 10011 | 110100 |
Color Harmonies of #709C6D
Complementary color
Monochromatic Colors of #709C6D
Black with #709C6D
Text Example
Text Example
White with #709C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709C6D; }
p { color: rgb(112,156,109); }
H1.HeaderClassName
{
color: #709C6D;
}
.AnyTagClassName
{
color: #709C6D;
}
</style>
background-color css
<style>
a { background-color: #709C6D; }
a { background-color: rgb(112,156,109); }
div.DivClassName
{
background-color: #709C6D;
}
.BgClassName
{
background-color: #709C6D;
}
</style>
border-color css
<style>
span { border-color: #709C6D; }
span { border-color: rgb(112,156,109); }
td.TdClassName
{
border-color: #709C6D;
}
.TagClassName
{
border-color: #709C6D;
}
</style>