Shades of Laurel #699369
Tints of Laurel #699369
RGB
CMYK
RGB Variations
Color information
#699369 (or 0x699369) is known color: Laurel. HEX triplet: 69, 93 and 69. RGB value is (105,147,105). Sum of RGB (Red+Green+Blue) = 105+147+105=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #699369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699369 is #966C96. Grayscale: #818181. Windows color (decimal): -9858199 or 6919017. OLE color: 6919017.
HSL color Cylindrical-coordinate representation of color #699369: hue angle of 120º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699369 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 147 | 105 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.42 |
| HSL | 120º | 0.17% | 0.49% | - |
| HSV(B) | 120º | 0.29% | 0.58% | - |
| XYZ | 18.81 | 24.89 | 17.18 | - |
| YUV | 129.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 105 | 0.29 | 0 | 0.29 | 0.42 | 120 | 0.17 | 0.49 |
| Hex | 69 | 93 | 69 | 1D | 0 | 1D | 2A | 78 | 11 | 31 |
| Octal | 151 | 223 | 151 | 35 | 0 | 35 | 52 | 170 | 21 | 61 |
| Binary | 1101001 | 10010011 | 1101001 | 11101 | 0 | 11101 | 101010 | 1111000 | 10001 | 110001 |
Color Harmonies of #699369
Complementary color
Monochromatic Colors of #699369
Black with #699369
Text Example
Text Example
White with #699369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699369; }
p { color: rgb(105,147,105); }
H1.HeaderClassName
{
color: #699369;
}
.AnyTagClassName
{
color: #699369;
}
</style>
background-color css
<style>
a { background-color: #699369; }
a { background-color: rgb(105,147,105); }
div.DivClassName
{
background-color: #699369;
}
.BgClassName
{
background-color: #699369;
}
</style>
border-color css
<style>
span { border-color: #699369; }
span { border-color: rgb(105,147,105); }
td.TdClassName
{
border-color: #699369;
}
.TagClassName
{
border-color: #699369;
}
</style>