Shades of Laurel #69916D
Tints of Laurel #69916D
RGB
CMYK
RGB Variations
Color information
#69916D (or 0x69916D) is known color: Laurel. HEX triplet: 69, 91 and 6D. RGB value is (105,145,109). Sum of RGB (Red+Green+Blue) = 105+145+109=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #69916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69916D is #966E92. Grayscale: #818181. Windows color (decimal): -9858707 or 7180649. OLE color: 7180649.
HSL color Cylindrical-coordinate representation of color #69916D: hue angle of 126º 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 #69916D is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 109 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.43 |
| HSL | 126º | 0.16% | 0.49% | - |
| HSV(B) | 126º | 0.28% | 0.57% | - |
| XYZ | 18.71 | 24.36 | 18.18 | - |
| YUV | 128.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 109 | 0.28 | 0 | 0.25 | 0.43 | 126 | 0.16 | 0.49 |
| Hex | 69 | 91 | 6D | 1C | 0 | 19 | 2B | 7E | 10 | 31 |
| Octal | 151 | 221 | 155 | 34 | 0 | 31 | 53 | 176 | 20 | 61 |
| Binary | 1101001 | 10010001 | 1101101 | 11100 | 0 | 11001 | 101011 | 1111110 | 10000 | 110001 |
Color Harmonies of #69916D
Complementary color
Monochromatic Colors of #69916D
Black with #69916D
Text Example
Text Example
White with #69916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69916D; }
p { color: rgb(105,145,109); }
H1.HeaderClassName
{
color: #69916D;
}
.AnyTagClassName
{
color: #69916D;
}
</style>
background-color css
<style>
a { background-color: #69916D; }
a { background-color: rgb(105,145,109); }
div.DivClassName
{
background-color: #69916D;
}
.BgClassName
{
background-color: #69916D;
}
</style>
border-color css
<style>
span { border-color: #69916D; }
span { border-color: rgb(105,145,109); }
td.TdClassName
{
border-color: #69916D;
}
.TagClassName
{
border-color: #69916D;
}
</style>