Shades of Laurel #668A69
Tints of Laurel #668A69
RGB
CMYK
RGB Variations
Color information
#668A69 (or 0x668A69) is known color: Laurel. HEX triplet: 66, 8A and 69. RGB value is (102,138,105). Sum of RGB (Red+Green+Blue) = 102+138+105=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #668A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668A69 is #997596. Grayscale: #7B7B7B. Windows color (decimal): -10057111 or 6916710. OLE color: 6916710.
HSL color Cylindrical-coordinate representation of color #668A69: hue angle of 125º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668A69 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 138 | 105 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.46 |
| HSL | 125º | 0.15% | 0.47% | - |
| HSV(B) | 125º | 0.26% | 0.54% | - |
| XYZ | 17.12 | 22.02 | 16.71 | - |
| YUV | 123.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 105 | 0.26 | 0 | 0.24 | 0.46 | 125 | 0.15 | 0.47 |
| Hex | 66 | 8A | 69 | 1A | 0 | 18 | 2E | 7D | F | 2F |
| Octal | 146 | 212 | 151 | 32 | 0 | 30 | 56 | 175 | 17 | 57 |
| Binary | 1100110 | 10001010 | 1101001 | 11010 | 0 | 11000 | 101110 | 1111101 | 1111 | 101111 |
Color Harmonies of #668A69
Complementary color
Monochromatic Colors of #668A69
Black with #668A69
Text Example
Text Example
White with #668A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668A69; }
p { color: rgb(102,138,105); }
H1.HeaderClassName
{
color: #668A69;
}
.AnyTagClassName
{
color: #668A69;
}
</style>
background-color css
<style>
a { background-color: #668A69; }
a { background-color: rgb(102,138,105); }
div.DivClassName
{
background-color: #668A69;
}
.BgClassName
{
background-color: #668A69;
}
</style>
border-color css
<style>
span { border-color: #668A69; }
span { border-color: rgb(102,138,105); }
td.TdClassName
{
border-color: #668A69;
}
.TagClassName
{
border-color: #668A69;
}
</style>