Shades of Laurel #679C68
Tints of Laurel #679C68
RGB
CMYK
RGB Variations
Color information
#679C68 (or 0x679C68) is known color: Laurel. HEX triplet: 67, 9C and 68. RGB value is (103,156,104). Sum of RGB (Red+Green+Blue) = 103+156+104=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #679C68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679C68 is #986397. Grayscale: #868686. Windows color (decimal): -9986968 or 6855783. OLE color: 6855783.
HSL color Cylindrical-coordinate representation of color #679C68: hue angle of 121.13º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679C68 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 156 | 104 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.39 |
| HSL | 121.13º | 0.21% | 0.51% | - |
| HSV(B) | 121.13º | 0.34% | 0.61% | - |
| XYZ | 19.98 | 27.66 | 17.38 | - |
| YUV | 134.23 | 110.94 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 104 | 0.34 | 0 | 0.33 | 0.39 | 121.13 | 0.21 | 0.51 |
| Hex | 67 | 9C | 68 | 22 | 0 | 21 | 27 | 79 | 15 | 33 |
| Octal | 147 | 234 | 150 | 42 | 0 | 41 | 47 | 171 | 25 | 63 |
| Binary | 1100111 | 10011100 | 1101000 | 100010 | 0 | 100001 | 100111 | 1111001 | 10101 | 110011 |
Color Harmonies of #679C68
Complementary color
Monochromatic Colors of #679C68
Black with #679C68
Text Example
Text Example
White with #679C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679C68; }
p { color: rgb(103,156,104); }
H1.HeaderClassName
{
color: #679C68;
}
.AnyTagClassName
{
color: #679C68;
}
</style>
background-color css
<style>
a { background-color: #679C68; }
a { background-color: rgb(103,156,104); }
div.DivClassName
{
background-color: #679C68;
}
.BgClassName
{
background-color: #679C68;
}
</style>
border-color css
<style>
span { border-color: #679C68; }
span { border-color: rgb(103,156,104); }
td.TdClassName
{
border-color: #679C68;
}
.TagClassName
{
border-color: #679C68;
}
</style>