Shades of Laurel #679069
Tints of Laurel #679069
RGB
CMYK
RGB Variations
Color information
#679069 (or 0x679069) is known color: Laurel. HEX triplet: 67, 90 and 69. RGB value is (103,144,105). Sum of RGB (Red+Green+Blue) = 103+144+105=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #679069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679069 is #986F96. Grayscale: #7F7F7F. Windows color (decimal): -9990039 or 6918247. OLE color: 6918247.
HSL color Cylindrical-coordinate representation of color #679069: hue angle of 122.93º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #679069 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 105 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.44 |
| HSL | 122.93º | 0.17% | 0.48% | - |
| HSV(B) | 122.93º | 0.28% | 0.56% | - |
| XYZ | 18.12 | 23.85 | 17.01 | - |
| YUV | 127.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 105 | 0.28 | 0 | 0.27 | 0.44 | 122.93 | 0.17 | 0.48 |
| Hex | 67 | 90 | 69 | 1C | 0 | 1B | 2C | 7B | 11 | 30 |
| Octal | 147 | 220 | 151 | 34 | 0 | 33 | 54 | 173 | 21 | 60 |
| Binary | 1100111 | 10010000 | 1101001 | 11100 | 0 | 11011 | 101100 | 1111011 | 10001 | 110000 |
Color Harmonies of #679069
Complementary color
Monochromatic Colors of #679069
Black with #679069
Text Example
Text Example
White with #679069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679069; }
p { color: rgb(103,144,105); }
H1.HeaderClassName
{
color: #679069;
}
.AnyTagClassName
{
color: #679069;
}
</style>
background-color css
<style>
a { background-color: #679069; }
a { background-color: rgb(103,144,105); }
div.DivClassName
{
background-color: #679069;
}
.BgClassName
{
background-color: #679069;
}
</style>
border-color css
<style>
span { border-color: #679069; }
span { border-color: rgb(103,144,105); }
td.TdClassName
{
border-color: #679069;
}
.TagClassName
{
border-color: #679069;
}
</style>