Shades of Laurel #678269
Tints of Laurel #678269
RGB
CMYK
RGB Variations
Color information
#678269 (or 0x678269) is known color: Laurel. HEX triplet: 67, 82 and 69. RGB value is (103,130,105). Sum of RGB (Red+Green+Blue) = 103+130+105=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #678269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678269 is #987D96. Grayscale: #777777. Windows color (decimal): -9993623 or 6914663. OLE color: 6914663.
HSL color Cylindrical-coordinate representation of color #678269: hue angle of 124.44º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #678269 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 130 | 105 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.49 |
| HSL | 124.44º | 0.12% | 0.46% | - |
| HSV(B) | 124.44º | 0.21% | 0.51% | - |
| XYZ | 16.13 | 19.87 | 16.35 | - |
| YUV | 119.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 105 | 0.21 | 0 | 0.19 | 0.49 | 124.44 | 0.12 | 0.46 |
| Hex | 67 | 82 | 69 | 15 | 0 | 13 | 31 | 7C | C | 2E |
| Octal | 147 | 202 | 151 | 25 | 0 | 23 | 61 | 174 | 14 | 56 |
| Binary | 1100111 | 10000010 | 1101001 | 10101 | 0 | 10011 | 110001 | 1111100 | 1100 | 101110 |
Color Harmonies of #678269
Complementary color
Monochromatic Colors of #678269
Black with #678269
Text Example
Text Example
White with #678269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678269; }
p { color: rgb(103,130,105); }
H1.HeaderClassName
{
color: #678269;
}
.AnyTagClassName
{
color: #678269;
}
</style>
background-color css
<style>
a { background-color: #678269; }
a { background-color: rgb(103,130,105); }
div.DivClassName
{
background-color: #678269;
}
.BgClassName
{
background-color: #678269;
}
</style>
border-color css
<style>
span { border-color: #678269; }
span { border-color: rgb(103,130,105); }
td.TdClassName
{
border-color: #678269;
}
.TagClassName
{
border-color: #678269;
}
</style>