Shades of Laurel #689269
Tints of Laurel #689269
RGB
CMYK
RGB Variations
Color information
#689269 (or 0x689269) is known color: Laurel. HEX triplet: 68, 92 and 69. RGB value is (104,146,105). Sum of RGB (Red+Green+Blue) = 104+146+105=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #689269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689269 is #976D96. Grayscale: #808080. Windows color (decimal): -9923991 or 6918760. OLE color: 6918760.
HSL color Cylindrical-coordinate representation of color #689269: hue angle of 121.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689269 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 105 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.43 |
| HSL | 121.43º | 0.17% | 0.49% | - |
| HSV(B) | 121.43º | 0.29% | 0.57% | - |
| XYZ | 18.54 | 24.52 | 17.12 | - |
| YUV | 128.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 105 | 0.29 | 0 | 0.28 | 0.43 | 121.43 | 0.17 | 0.49 |
| Hex | 68 | 92 | 69 | 1D | 0 | 1C | 2B | 79 | 11 | 31 |
| Octal | 150 | 222 | 151 | 35 | 0 | 34 | 53 | 171 | 21 | 61 |
| Binary | 1101000 | 10010010 | 1101001 | 11101 | 0 | 11100 | 101011 | 1111001 | 10001 | 110001 |
Color Harmonies of #689269
Complementary color
Monochromatic Colors of #689269
Black with #689269
Text Example
Text Example
White with #689269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689269; }
p { color: rgb(104,146,105); }
H1.HeaderClassName
{
color: #689269;
}
.AnyTagClassName
{
color: #689269;
}
</style>
background-color css
<style>
a { background-color: #689269; }
a { background-color: rgb(104,146,105); }
div.DivClassName
{
background-color: #689269;
}
.BgClassName
{
background-color: #689269;
}
</style>
border-color css
<style>
span { border-color: #689269; }
span { border-color: rgb(104,146,105); }
td.TdClassName
{
border-color: #689269;
}
.TagClassName
{
border-color: #689269;
}
</style>