Shades of Laurel #679E68
Tints of Laurel #679E68
RGB
CMYK
RGB Variations
Color information
#679E68 (or 0x679E68) is known color: Laurel. HEX triplet: 67, 9E and 68. RGB value is (103,158,104). Sum of RGB (Red+Green+Blue) = 103+158+104=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #679E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679E68 is #986197. Grayscale: #878787. Windows color (decimal): -9986456 or 6856295. OLE color: 6856295.
HSL color Cylindrical-coordinate representation of color #679E68: hue angle of 121.09º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #679E68 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 158 | 104 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.38 |
| HSL | 121.09º | 0.22% | 0.51% | - |
| HSV(B) | 121.09º | 0.35% | 0.62% | - |
| XYZ | 20.32 | 28.34 | 17.5 | - |
| YUV | 135.4 | 110.28 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 104 | 0.35 | 0 | 0.34 | 0.38 | 121.09 | 0.22 | 0.51 |
| Hex | 67 | 9E | 68 | 23 | 0 | 22 | 26 | 79 | 16 | 33 |
| Octal | 147 | 236 | 150 | 43 | 0 | 42 | 46 | 171 | 26 | 63 |
| Binary | 1100111 | 10011110 | 1101000 | 100011 | 0 | 100010 | 100110 | 1111001 | 10110 | 110011 |
Color Harmonies of #679E68
Complementary color
Monochromatic Colors of #679E68
Black with #679E68
Text Example
Text Example
White with #679E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679E68; }
p { color: rgb(103,158,104); }
H1.HeaderClassName
{
color: #679E68;
}
.AnyTagClassName
{
color: #679E68;
}
</style>
background-color css
<style>
a { background-color: #679E68; }
a { background-color: rgb(103,158,104); }
div.DivClassName
{
background-color: #679E68;
}
.BgClassName
{
background-color: #679E68;
}
</style>
border-color css
<style>
span { border-color: #679E68; }
span { border-color: rgb(103,158,104); }
td.TdClassName
{
border-color: #679E68;
}
.TagClassName
{
border-color: #679E68;
}
</style>