Shades of Laurel #699A68
Tints of Laurel #699A68
RGB
CMYK
RGB Variations
Color information
#699A68 (or 0x699A68) is known color: Laurel. HEX triplet: 69, 9A and 68. RGB value is (105,154,104). Sum of RGB (Red+Green+Blue) = 105+154+104=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #699A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699A68 is #966597. Grayscale: #858585. Windows color (decimal): -9856408 or 6855273. OLE color: 6855273.
HSL color Cylindrical-coordinate representation of color #699A68: hue angle of 118.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699A68 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 154 | 104 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.40 |
| HSL | 118.8º | 0.2% | 0.51% | - |
| HSV(B) | 118.8º | 0.32% | 0.6% | - |
| XYZ | 19.88 | 27.11 | 17.28 | - |
| YUV | 133.65 | 111.27 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 104 | 0.32 | 0 | 0.32 | 0.40 | 118.8 | 0.2 | 0.51 |
| Hex | 69 | 9A | 68 | 20 | 0 | 20 | 28 | 77 | 14 | 33 |
| Octal | 151 | 232 | 150 | 40 | 0 | 40 | 50 | 167 | 24 | 63 |
| Binary | 1101001 | 10011010 | 1101000 | 100000 | 0 | 100000 | 101000 | 1110111 | 10100 | 110011 |
Color Harmonies of #699A68
Complementary color
Monochromatic Colors of #699A68
Black with #699A68
Text Example
Text Example
White with #699A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699A68; }
p { color: rgb(105,154,104); }
H1.HeaderClassName
{
color: #699A68;
}
.AnyTagClassName
{
color: #699A68;
}
</style>
background-color css
<style>
a { background-color: #699A68; }
a { background-color: rgb(105,154,104); }
div.DivClassName
{
background-color: #699A68;
}
.BgClassName
{
background-color: #699A68;
}
</style>
border-color css
<style>
span { border-color: #699A68; }
span { border-color: rgb(105,154,104); }
td.TdClassName
{
border-color: #699A68;
}
.TagClassName
{
border-color: #699A68;
}
</style>