Shades of Laurel #679869
Tints of Laurel #679869
RGB
CMYK
RGB Variations
Color information
#679869 (or 0x679869) is known color: Laurel. HEX triplet: 67, 98 and 69. RGB value is (103,152,105). Sum of RGB (Red+Green+Blue) = 103+152+105=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #679869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679869 is #986796. Grayscale: #848484. Windows color (decimal): -9987991 or 6920295. OLE color: 6920295.
HSL color Cylindrical-coordinate representation of color #679869: hue angle of 122.45º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #679869 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 105 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.40 |
| HSL | 122.45º | 0.19% | 0.5% | - |
| HSV(B) | 122.45º | 0.32% | 0.6% | - |
| XYZ | 19.37 | 26.36 | 17.43 | - |
| YUV | 131.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 105 | 0.32 | 0 | 0.31 | 0.40 | 122.45 | 0.19 | 0.5 |
| Hex | 67 | 98 | 69 | 20 | 0 | 1F | 28 | 7A | 13 | 32 |
| Octal | 147 | 230 | 151 | 40 | 0 | 37 | 50 | 172 | 23 | 62 |
| Binary | 1100111 | 10011000 | 1101001 | 100000 | 0 | 11111 | 101000 | 1111010 | 10011 | 110010 |
Color Harmonies of #679869
Complementary color
Monochromatic Colors of #679869
Black with #679869
Text Example
Text Example
White with #679869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679869; }
p { color: rgb(103,152,105); }
H1.HeaderClassName
{
color: #679869;
}
.AnyTagClassName
{
color: #679869;
}
</style>
background-color css
<style>
a { background-color: #679869; }
a { background-color: rgb(103,152,105); }
div.DivClassName
{
background-color: #679869;
}
.BgClassName
{
background-color: #679869;
}
</style>
border-color css
<style>
span { border-color: #679869; }
span { border-color: rgb(103,152,105); }
td.TdClassName
{
border-color: #679869;
}
.TagClassName
{
border-color: #679869;
}
</style>