Shades of Laurel #678769
Tints of Laurel #678769
RGB
CMYK
RGB Variations
Color information
#678769 (or 0x678769) is known color: Laurel. HEX triplet: 67, 87 and 69. RGB value is (103,135,105). Sum of RGB (Red+Green+Blue) = 103+135+105=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 135 - color contains mainly: green. Hex color #678769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678769 is #987896. Grayscale: #7A7A7A. Windows color (decimal): -9992343 or 6915943. OLE color: 6915943.
HSL color Cylindrical-coordinate representation of color #678769: hue angle of 123.75º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #678769 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 135 | 105 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.47 |
| HSL | 123.75º | 0.13% | 0.47% | - |
| HSV(B) | 123.75º | 0.24% | 0.53% | - |
| XYZ | 16.81 | 21.23 | 16.58 | - |
| YUV | 122.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 135 | 105 | 0.24 | 0 | 0.22 | 0.47 | 123.75 | 0.13 | 0.47 |
| Hex | 67 | 87 | 69 | 18 | 0 | 16 | 2F | 7C | D | 2F |
| Octal | 147 | 207 | 151 | 30 | 0 | 26 | 57 | 174 | 15 | 57 |
| Binary | 1100111 | 10000111 | 1101001 | 11000 | 0 | 10110 | 101111 | 1111100 | 1101 | 101111 |
Color Harmonies of #678769
Complementary color
Monochromatic Colors of #678769
Black with #678769
Text Example
Text Example
White with #678769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678769; }
p { color: rgb(103,135,105); }
H1.HeaderClassName
{
color: #678769;
}
.AnyTagClassName
{
color: #678769;
}
</style>
background-color css
<style>
a { background-color: #678769; }
a { background-color: rgb(103,135,105); }
div.DivClassName
{
background-color: #678769;
}
.BgClassName
{
background-color: #678769;
}
</style>
border-color css
<style>
span { border-color: #678769; }
span { border-color: rgb(103,135,105); }
td.TdClassName
{
border-color: #678769;
}
.TagClassName
{
border-color: #678769;
}
</style>