Shades of Laurel #699171
Tints of Laurel #699171
RGB
CMYK
RGB Variations
Color information
#699171 (or 0x699171) is known color: Laurel. HEX triplet: 69, 91 and 71. RGB value is (105,145,113). Sum of RGB (Red+Green+Blue) = 105+145+113=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #699171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699171 is #966E8E. Grayscale: #818181. Windows color (decimal): -9858703 or 7442793. OLE color: 7442793.
HSL color Cylindrical-coordinate representation of color #699171: hue angle of 132º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699171 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 113 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.43 |
| HSL | 132º | 0.16% | 0.49% | - |
| HSV(B) | 132º | 0.28% | 0.57% | - |
| XYZ | 18.93 | 24.45 | 19.34 | - |
| YUV | 129.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 113 | 0.28 | 0 | 0.22 | 0.43 | 132 | 0.16 | 0.49 |
| Hex | 69 | 91 | 71 | 1C | 0 | 16 | 2B | 84 | 10 | 31 |
| Octal | 151 | 221 | 161 | 34 | 0 | 26 | 53 | 204 | 20 | 61 |
| Binary | 1101001 | 10010001 | 1110001 | 11100 | 0 | 10110 | 101011 | 10000100 | 10000 | 110001 |
Color Harmonies of #699171
Complementary color
Monochromatic Colors of #699171
Black with #699171
Text Example
Text Example
White with #699171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699171; }
p { color: rgb(105,145,113); }
H1.HeaderClassName
{
color: #699171;
}
.AnyTagClassName
{
color: #699171;
}
</style>
background-color css
<style>
a { background-color: #699171; }
a { background-color: rgb(105,145,113); }
div.DivClassName
{
background-color: #699171;
}
.BgClassName
{
background-color: #699171;
}
</style>
border-color css
<style>
span { border-color: #699171; }
span { border-color: rgb(105,145,113); }
td.TdClassName
{
border-color: #699171;
}
.TagClassName
{
border-color: #699171;
}
</style>