Shades of Laurel #699B69
Tints of Laurel #699B69
RGB
CMYK
RGB Variations
Color information
#699B69 (or 0x699B69) is known color: Laurel. HEX triplet: 69, 9B and 69. RGB value is (105,155,105). Sum of RGB (Red+Green+Blue) = 105+155+105=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #699B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699B69 is #966496. Grayscale: #868686. Windows color (decimal): -9856151 or 6921065. OLE color: 6921065.
HSL color Cylindrical-coordinate representation of color #699B69: hue angle of 120º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699B69 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 155 | 105 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.39 |
| HSL | 120º | 0.2% | 0.51% | - |
| HSV(B) | 120º | 0.32% | 0.61% | - |
| XYZ | 20.1 | 27.47 | 17.61 | - |
| YUV | 134.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 105 | 0.32 | 0 | 0.32 | 0.39 | 120 | 0.2 | 0.51 |
| Hex | 69 | 9B | 69 | 20 | 0 | 20 | 27 | 78 | 14 | 33 |
| Octal | 151 | 233 | 151 | 40 | 0 | 40 | 47 | 170 | 24 | 63 |
| Binary | 1101001 | 10011011 | 1101001 | 100000 | 0 | 100000 | 100111 | 1111000 | 10100 | 110011 |
Color Harmonies of #699B69
Complementary color
Monochromatic Colors of #699B69
Black with #699B69
Text Example
Text Example
White with #699B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699B69; }
p { color: rgb(105,155,105); }
H1.HeaderClassName
{
color: #699B69;
}
.AnyTagClassName
{
color: #699B69;
}
</style>
background-color css
<style>
a { background-color: #699B69; }
a { background-color: rgb(105,155,105); }
div.DivClassName
{
background-color: #699B69;
}
.BgClassName
{
background-color: #699B69;
}
</style>
border-color css
<style>
span { border-color: #699B69; }
span { border-color: rgb(105,155,105); }
td.TdClassName
{
border-color: #699B69;
}
.TagClassName
{
border-color: #699B69;
}
</style>