Shades of Laurel #678569
Tints of Laurel #678569
RGB
CMYK
RGB Variations
Color information
#678569 (or 0x678569) is known color: Laurel. HEX triplet: 67, 85 and 69. RGB value is (103,133,105). Sum of RGB (Red+Green+Blue) = 103+133+105=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 133 - color contains mainly: green. Hex color #678569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678569 is #987A96. Grayscale: #787878. Windows color (decimal): -9992855 or 6915431. OLE color: 6915431.
HSL color Cylindrical-coordinate representation of color #678569: hue angle of 124º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #678569 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 105 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.48 |
| HSL | 124º | 0.13% | 0.46% | - |
| HSV(B) | 124º | 0.23% | 0.52% | - |
| XYZ | 16.53 | 20.68 | 16.48 | - |
| YUV | 120.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 105 | 0.23 | 0 | 0.21 | 0.48 | 124 | 0.13 | 0.46 |
| Hex | 67 | 85 | 69 | 17 | 0 | 15 | 30 | 7C | D | 2E |
| Octal | 147 | 205 | 151 | 27 | 0 | 25 | 60 | 174 | 15 | 56 |
| Binary | 1100111 | 10000101 | 1101001 | 10111 | 0 | 10101 | 110000 | 1111100 | 1101 | 101110 |
Color Harmonies of #678569
Complementary color
Monochromatic Colors of #678569
Black with #678569
Text Example
Text Example
White with #678569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678569; }
p { color: rgb(103,133,105); }
H1.HeaderClassName
{
color: #678569;
}
.AnyTagClassName
{
color: #678569;
}
</style>
background-color css
<style>
a { background-color: #678569; }
a { background-color: rgb(103,133,105); }
div.DivClassName
{
background-color: #678569;
}
.BgClassName
{
background-color: #678569;
}
</style>
border-color css
<style>
span { border-color: #678569; }
span { border-color: rgb(103,133,105); }
td.TdClassName
{
border-color: #678569;
}
.TagClassName
{
border-color: #678569;
}
</style>