Shades of Laurel #699070
Tints of Laurel #699070
RGB
CMYK
RGB Variations
Color information
#699070 (or 0x699070) is known color: Laurel. HEX triplet: 69, 90 and 70. RGB value is (105,144,112). Sum of RGB (Red+Green+Blue) = 105+144+112=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #699070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699070 is #966F8F. Grayscale: #808080. Windows color (decimal): -9858960 or 7377001. OLE color: 7377001.
HSL color Cylindrical-coordinate representation of color #699070: hue angle of 130.77º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #699070 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 144 | 112 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.44 |
| HSL | 130.77º | 0.16% | 0.49% | - |
| HSV(B) | 130.77º | 0.27% | 0.56% | - |
| XYZ | 18.72 | 24.12 | 19 | - |
| YUV | 128.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 112 | 0.27 | 0 | 0.22 | 0.44 | 130.77 | 0.16 | 0.49 |
| Hex | 69 | 90 | 70 | 1B | 0 | 16 | 2C | 83 | 10 | 31 |
| Octal | 151 | 220 | 160 | 33 | 0 | 26 | 54 | 203 | 20 | 61 |
| Binary | 1101001 | 10010000 | 1110000 | 11011 | 0 | 10110 | 101100 | 10000011 | 10000 | 110001 |
Color Harmonies of #699070
Complementary color
Monochromatic Colors of #699070
Black with #699070
Text Example
Text Example
White with #699070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699070; }
p { color: rgb(105,144,112); }
H1.HeaderClassName
{
color: #699070;
}
.AnyTagClassName
{
color: #699070;
}
</style>
background-color css
<style>
a { background-color: #699070; }
a { background-color: rgb(105,144,112); }
div.DivClassName
{
background-color: #699070;
}
.BgClassName
{
background-color: #699070;
}
</style>
border-color css
<style>
span { border-color: #699070; }
span { border-color: rgb(105,144,112); }
td.TdClassName
{
border-color: #699070;
}
.TagClassName
{
border-color: #699070;
}
</style>