Shades of Laurel #699670
Tints of Laurel #699670
RGB
CMYK
RGB Variations
Color information
#699670 (or 0x699670) is known color: Laurel. HEX triplet: 69, 96 and 70. RGB value is (105,150,112). Sum of RGB (Red+Green+Blue) = 105+150+112=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #699670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699670 is #96698F. Grayscale: #848484. Windows color (decimal): -9857424 or 7378537. OLE color: 7378537.
HSL color Cylindrical-coordinate representation of color #699670: hue angle of 129.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699670 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 112 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.41 |
| HSL | 129.33º | 0.18% | 0.5% | - |
| HSV(B) | 129.33º | 0.3% | 0.59% | - |
| XYZ | 19.66 | 25.99 | 19.31 | - |
| YUV | 132.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 112 | 0.30 | 0 | 0.25 | 0.41 | 129.33 | 0.18 | 0.5 |
| Hex | 69 | 96 | 70 | 1E | 0 | 19 | 29 | 81 | 12 | 32 |
| Octal | 151 | 226 | 160 | 36 | 0 | 31 | 51 | 201 | 22 | 62 |
| Binary | 1101001 | 10010110 | 1110000 | 11110 | 0 | 11001 | 101001 | 10000001 | 10010 | 110010 |
Color Harmonies of #699670
Complementary color
Monochromatic Colors of #699670
Black with #699670
Text Example
Text Example
White with #699670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699670; }
p { color: rgb(105,150,112); }
H1.HeaderClassName
{
color: #699670;
}
.AnyTagClassName
{
color: #699670;
}
</style>
background-color css
<style>
a { background-color: #699670; }
a { background-color: rgb(105,150,112); }
div.DivClassName
{
background-color: #699670;
}
.BgClassName
{
background-color: #699670;
}
</style>
border-color css
<style>
span { border-color: #699670; }
span { border-color: rgb(105,150,112); }
td.TdClassName
{
border-color: #699670;
}
.TagClassName
{
border-color: #699670;
}
</style>