Shades of Laurel #679A66
Tints of Laurel #679A66
RGB
CMYK
RGB Variations
Color information
#679A66 (or 0x679A66) is known color: Laurel. HEX triplet: 67, 9A and 66. RGB value is (103,154,102). Sum of RGB (Red+Green+Blue) = 103+154+102=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #679A66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679A66 is #986599. Grayscale: #848484. Windows color (decimal): -9987482 or 6724199. OLE color: 6724199.
HSL color Cylindrical-coordinate representation of color #679A66: hue angle of 118.85º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679A66 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 154 | 102 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.40 |
| HSL | 118.85º | 0.2% | 0.5% | - |
| HSV(B) | 118.85º | 0.34% | 0.6% | - |
| XYZ | 19.55 | 26.95 | 16.74 | - |
| YUV | 132.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 102 | 0.33 | 0 | 0.34 | 0.40 | 118.85 | 0.2 | 0.5 |
| Hex | 67 | 9A | 66 | 21 | 0 | 22 | 28 | 77 | 14 | 32 |
| Octal | 147 | 232 | 146 | 41 | 0 | 42 | 50 | 167 | 24 | 62 |
| Binary | 1100111 | 10011010 | 1100110 | 100001 | 0 | 100010 | 101000 | 1110111 | 10100 | 110010 |
Color Harmonies of #679A66
Complementary color
Monochromatic Colors of #679A66
Black with #679A66
Text Example
Text Example
White with #679A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679A66; }
p { color: rgb(103,154,102); }
H1.HeaderClassName
{
color: #679A66;
}
.AnyTagClassName
{
color: #679A66;
}
</style>
background-color css
<style>
a { background-color: #679A66; }
a { background-color: rgb(103,154,102); }
div.DivClassName
{
background-color: #679A66;
}
.BgClassName
{
background-color: #679A66;
}
</style>
border-color css
<style>
span { border-color: #679A66; }
span { border-color: rgb(103,154,102); }
td.TdClassName
{
border-color: #679A66;
}
.TagClassName
{
border-color: #679A66;
}
</style>