Shades of Laurel #69976D
Tints of Laurel #69976D
RGB
CMYK
RGB Variations
Color information
#69976D (or 0x69976D) is known color: Laurel. HEX triplet: 69, 97 and 6D. RGB value is (105,151,109). Sum of RGB (Red+Green+Blue) = 105+151+109=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #69976D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69976D is #966892. Grayscale: #848484. Windows color (decimal): -9857171 or 7182185. OLE color: 7182185.
HSL color Cylindrical-coordinate representation of color #69976D: hue angle of 125.22º 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 #69976D is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 151 | 109 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.41 |
| HSL | 125.22º | 0.18% | 0.5% | - |
| HSV(B) | 125.22º | 0.3% | 0.59% | - |
| XYZ | 19.65 | 26.24 | 18.5 | - |
| YUV | 132.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 109 | 0.30 | 0 | 0.28 | 0.41 | 125.22 | 0.18 | 0.5 |
| Hex | 69 | 97 | 6D | 1E | 0 | 1C | 29 | 7D | 12 | 32 |
| Octal | 151 | 227 | 155 | 36 | 0 | 34 | 51 | 175 | 22 | 62 |
| Binary | 1101001 | 10010111 | 1101101 | 11110 | 0 | 11100 | 101001 | 1111101 | 10010 | 110010 |
Color Harmonies of #69976D
Complementary color
Monochromatic Colors of #69976D
Black with #69976D
Text Example
Text Example
White with #69976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69976D; }
p { color: rgb(105,151,109); }
H1.HeaderClassName
{
color: #69976D;
}
.AnyTagClassName
{
color: #69976D;
}
</style>
background-color css
<style>
a { background-color: #69976D; }
a { background-color: rgb(105,151,109); }
div.DivClassName
{
background-color: #69976D;
}
.BgClassName
{
background-color: #69976D;
}
</style>
border-color css
<style>
span { border-color: #69976D; }
span { border-color: rgb(105,151,109); }
td.TdClassName
{
border-color: #69976D;
}
.TagClassName
{
border-color: #69976D;
}
</style>