Shades of Laurel #699568
Tints of Laurel #699568
RGB
CMYK
RGB Variations
Color information
#699568 (or 0x699568) is known color: Laurel. HEX triplet: 69, 95 and 68. RGB value is (105,149,104). Sum of RGB (Red+Green+Blue) = 105+149+104=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #699568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699568 is #966A97. Grayscale: #828282. Windows color (decimal): -9857688 or 6853993. OLE color: 6853993.
HSL color Cylindrical-coordinate representation of color #699568: hue angle of 118.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699568 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 104 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.42 |
| HSL | 118.67º | 0.18% | 0.5% | - |
| HSV(B) | 118.67º | 0.3% | 0.58% | - |
| XYZ | 19.07 | 25.5 | 17.01 | - |
| YUV | 130.71 | 112.92 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 104 | 0.30 | 0 | 0.30 | 0.42 | 118.67 | 0.18 | 0.5 |
| Hex | 69 | 95 | 68 | 1E | 0 | 1E | 2A | 77 | 12 | 32 |
| Octal | 151 | 225 | 150 | 36 | 0 | 36 | 52 | 167 | 22 | 62 |
| Binary | 1101001 | 10010101 | 1101000 | 11110 | 0 | 11110 | 101010 | 1110111 | 10010 | 110010 |
Color Harmonies of #699568
Complementary color
Monochromatic Colors of #699568
Black with #699568
Text Example
Text Example
White with #699568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699568; }
p { color: rgb(105,149,104); }
H1.HeaderClassName
{
color: #699568;
}
.AnyTagClassName
{
color: #699568;
}
</style>
background-color css
<style>
a { background-color: #699568; }
a { background-color: rgb(105,149,104); }
div.DivClassName
{
background-color: #699568;
}
.BgClassName
{
background-color: #699568;
}
</style>
border-color css
<style>
span { border-color: #699568; }
span { border-color: rgb(105,149,104); }
td.TdClassName
{
border-color: #699568;
}
.TagClassName
{
border-color: #699568;
}
</style>