Shades of Laurel #699067
Tints of Laurel #699067
RGB
CMYK
RGB Variations
Color information
#699067 (or 0x699067) is known color: Laurel. HEX triplet: 69, 90 and 67. RGB value is (105,144,103). Sum of RGB (Red+Green+Blue) = 105+144+103=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #699067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699067 is #966F98. Grayscale: #7F7F7F. Windows color (decimal): -9858969 or 6787177. OLE color: 6787177.
HSL color Cylindrical-coordinate representation of color #699067: hue angle of 117.07º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699067 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 144 | 103 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.44 |
| HSL | 117.07º | 0.17% | 0.48% | - |
| HSV(B) | 117.07º | 0.28% | 0.56% | - |
| XYZ | 18.25 | 23.93 | 16.49 | - |
| YUV | 127.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 103 | 0.27 | 0 | 0.28 | 0.44 | 117.07 | 0.17 | 0.48 |
| Hex | 69 | 90 | 67 | 1B | 0 | 1C | 2C | 75 | 11 | 30 |
| Octal | 151 | 220 | 147 | 33 | 0 | 34 | 54 | 165 | 21 | 60 |
| Binary | 1101001 | 10010000 | 1100111 | 11011 | 0 | 11100 | 101100 | 1110101 | 10001 | 110000 |
Color Harmonies of #699067
Complementary color
Monochromatic Colors of #699067
Black with #699067
Text Example
Text Example
White with #699067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699067; }
p { color: rgb(105,144,103); }
H1.HeaderClassName
{
color: #699067;
}
.AnyTagClassName
{
color: #699067;
}
</style>
background-color css
<style>
a { background-color: #699067; }
a { background-color: rgb(105,144,103); }
div.DivClassName
{
background-color: #699067;
}
.BgClassName
{
background-color: #699067;
}
</style>
border-color css
<style>
span { border-color: #699067; }
span { border-color: rgb(105,144,103); }
td.TdClassName
{
border-color: #699067;
}
.TagClassName
{
border-color: #699067;
}
</style>