Shades of Laurel #669969
Tints of Laurel #669969
RGB
CMYK
RGB Variations
Color information
#669969 (or 0x669969) is known color: Laurel. HEX triplet: 66, 99 and 69. RGB value is (102,153,105). Sum of RGB (Red+Green+Blue) = 102+153+105=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #669969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669969 is #996696. Grayscale: #848484. Windows color (decimal): -10053271 or 6920550. OLE color: 6920550.
HSL color Cylindrical-coordinate representation of color #669969: hue angle of 123.53º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669969 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 105 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.4 |
| HSL | 123.53º | 0.2% | 0.5% | - |
| HSV(B) | 123.53º | 0.33% | 0.6% | - |
| XYZ | 19.42 | 26.63 | 17.48 | - |
| YUV | 132.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 105 | 0.33 | 0 | 0.31 | 0.4 | 123.53 | 0.2 | 0.5 |
| Hex | 66 | 99 | 69 | 21 | 0 | 1F | 28 | 7C | 14 | 32 |
| Octal | 146 | 231 | 151 | 41 | 0 | 37 | 50 | 174 | 24 | 62 |
| Binary | 1100110 | 10011001 | 1101001 | 100001 | 0 | 11111 | 101000 | 1111100 | 10100 | 110010 |
Color Harmonies of #669969
Complementary color
Monochromatic Colors of #669969
Black with #669969
Text Example
Text Example
White with #669969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669969; }
p { color: rgb(102,153,105); }
H1.HeaderClassName
{
color: #669969;
}
.AnyTagClassName
{
color: #669969;
}
</style>
background-color css
<style>
a { background-color: #669969; }
a { background-color: rgb(102,153,105); }
div.DivClassName
{
background-color: #669969;
}
.BgClassName
{
background-color: #669969;
}
</style>
border-color css
<style>
span { border-color: #669969; }
span { border-color: rgb(102,153,105); }
td.TdClassName
{
border-color: #669969;
}
.TagClassName
{
border-color: #669969;
}
</style>