Shades of Laurel #669F68
Tints of Laurel #669F68
RGB
CMYK
RGB Variations
Color information
#669F68 (or 0x669F68) is known color: Laurel. HEX triplet: 66, 9F and 68. RGB value is (102,159,104). Sum of RGB (Red+Green+Blue) = 102+159+104=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #669F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669F68 is #996097. Grayscale: #878787. Windows color (decimal): -10051736 or 6856550. OLE color: 6856550.
HSL color Cylindrical-coordinate representation of color #669F68: hue angle of 122.11º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #669F68 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 104 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.38 |
| HSL | 122.11º | 0.23% | 0.51% | - |
| HSV(B) | 122.11º | 0.36% | 0.62% | - |
| XYZ | 20.38 | 28.62 | 17.55 | - |
| YUV | 135.69 | 110.12 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 104 | 0.36 | 0 | 0.35 | 0.38 | 122.11 | 0.23 | 0.51 |
| Hex | 66 | 9F | 68 | 24 | 0 | 23 | 26 | 7A | 17 | 33 |
| Octal | 146 | 237 | 150 | 44 | 0 | 43 | 46 | 172 | 27 | 63 |
| Binary | 1100110 | 10011111 | 1101000 | 100100 | 0 | 100011 | 100110 | 1111010 | 10111 | 110011 |
Color Harmonies of #669F68
Complementary color
Monochromatic Colors of #669F68
Black with #669F68
Text Example
Text Example
White with #669F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F68; }
p { color: rgb(102,159,104); }
H1.HeaderClassName
{
color: #669F68;
}
.AnyTagClassName
{
color: #669F68;
}
</style>
background-color css
<style>
a { background-color: #669F68; }
a { background-color: rgb(102,159,104); }
div.DivClassName
{
background-color: #669F68;
}
.BgClassName
{
background-color: #669F68;
}
</style>
border-color css
<style>
span { border-color: #669F68; }
span { border-color: rgb(102,159,104); }
td.TdClassName
{
border-color: #669F68;
}
.TagClassName
{
border-color: #669F68;
}
</style>