Shades of Laurel #69976C
Tints of Laurel #69976C
RGB
CMYK
RGB Variations
Color information
#69976C (or 0x69976C) is known color: Laurel. HEX triplet: 69, 97 and 6C. RGB value is (105,151,108). Sum of RGB (Red+Green+Blue) = 105+151+108=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #69976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69976C is #966893. Grayscale: #848484. Windows color (decimal): -9857172 or 7116649. OLE color: 7116649.
HSL color Cylindrical-coordinate representation of color #69976C: hue angle of 123.91º 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 #69976C is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 151 | 108 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.41 |
| HSL | 123.91º | 0.18% | 0.5% | - |
| HSV(B) | 123.91º | 0.3% | 0.59% | - |
| XYZ | 19.6 | 26.22 | 18.22 | - |
| YUV | 132.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 108 | 0.30 | 0 | 0.28 | 0.41 | 123.91 | 0.18 | 0.5 |
| Hex | 69 | 97 | 6C | 1E | 0 | 1C | 29 | 7C | 12 | 32 |
| Octal | 151 | 227 | 154 | 36 | 0 | 34 | 51 | 174 | 22 | 62 |
| Binary | 1101001 | 10010111 | 1101100 | 11110 | 0 | 11100 | 101001 | 1111100 | 10010 | 110010 |
Color Harmonies of #69976C
Complementary color
Monochromatic Colors of #69976C
Black with #69976C
Text Example
Text Example
White with #69976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69976C; }
p { color: rgb(105,151,108); }
H1.HeaderClassName
{
color: #69976C;
}
.AnyTagClassName
{
color: #69976C;
}
</style>
background-color css
<style>
a { background-color: #69976C; }
a { background-color: rgb(105,151,108); }
div.DivClassName
{
background-color: #69976C;
}
.BgClassName
{
background-color: #69976C;
}
</style>
border-color css
<style>
span { border-color: #69976C; }
span { border-color: rgb(105,151,108); }
td.TdClassName
{
border-color: #69976C;
}
.TagClassName
{
border-color: #69976C;
}
</style>