Shades of Laurel #69966C
Tints of Laurel #69966C
RGB
CMYK
RGB Variations
Color information
#69966C (or 0x69966C) is known color: Laurel. HEX triplet: 69, 96 and 6C. RGB value is (105,150,108). Sum of RGB (Red+Green+Blue) = 105+150+108=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #69966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69966C is #966993. Grayscale: #838383. Windows color (decimal): -9857428 or 7116393. OLE color: 7116393.
HSL color Cylindrical-coordinate representation of color #69966C: hue angle of 124º 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 #69966C is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 108 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.41 |
| HSL | 124º | 0.18% | 0.5% | - |
| HSV(B) | 124º | 0.3% | 0.59% | - |
| XYZ | 19.44 | 25.9 | 18.16 | - |
| YUV | 131.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 108 | 0.30 | 0 | 0.28 | 0.41 | 124 | 0.18 | 0.5 |
| Hex | 69 | 96 | 6C | 1E | 0 | 1C | 29 | 7C | 12 | 32 |
| Octal | 151 | 226 | 154 | 36 | 0 | 34 | 51 | 174 | 22 | 62 |
| Binary | 1101001 | 10010110 | 1101100 | 11110 | 0 | 11100 | 101001 | 1111100 | 10010 | 110010 |
Color Harmonies of #69966C
Complementary color
Monochromatic Colors of #69966C
Black with #69966C
Text Example
Text Example
White with #69966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69966C; }
p { color: rgb(105,150,108); }
H1.HeaderClassName
{
color: #69966C;
}
.AnyTagClassName
{
color: #69966C;
}
</style>
background-color css
<style>
a { background-color: #69966C; }
a { background-color: rgb(105,150,108); }
div.DivClassName
{
background-color: #69966C;
}
.BgClassName
{
background-color: #69966C;
}
</style>
border-color css
<style>
span { border-color: #69966C; }
span { border-color: rgb(105,150,108); }
td.TdClassName
{
border-color: #69966C;
}
.TagClassName
{
border-color: #69966C;
}
</style>