Shades of Laurel #669C65
Tints of Laurel #669C65
RGB
CMYK
RGB Variations
Color information
#669C65 (or 0x669C65) is known color: Laurel. HEX triplet: 66, 9C and 65. RGB value is (102,156,101). Sum of RGB (Red+Green+Blue) = 102+156+101=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 156 - color contains mainly: green. Hex color #669C65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669C65 is #99639A. Grayscale: #858585. Windows color (decimal): -10052507 or 6659174. OLE color: 6659174.
HSL color Cylindrical-coordinate representation of color #669C65: hue angle of 118.91º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669C65 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 101 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.39 |
| HSL | 118.91º | 0.22% | 0.5% | - |
| HSV(B) | 118.91º | 0.35% | 0.61% | - |
| XYZ | 19.72 | 27.54 | 16.59 | - |
| YUV | 133.58 | 109.61 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 101 | 0.35 | 0 | 0.35 | 0.39 | 118.91 | 0.22 | 0.5 |
| Hex | 66 | 9C | 65 | 23 | 0 | 23 | 27 | 77 | 16 | 32 |
| Octal | 146 | 234 | 145 | 43 | 0 | 43 | 47 | 167 | 26 | 62 |
| Binary | 1100110 | 10011100 | 1100101 | 100011 | 0 | 100011 | 100111 | 1110111 | 10110 | 110010 |
Color Harmonies of #669C65
Complementary color
Monochromatic Colors of #669C65
Black with #669C65
Text Example
Text Example
White with #669C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C65; }
p { color: rgb(102,156,101); }
H1.HeaderClassName
{
color: #669C65;
}
.AnyTagClassName
{
color: #669C65;
}
</style>
background-color css
<style>
a { background-color: #669C65; }
a { background-color: rgb(102,156,101); }
div.DivClassName
{
background-color: #669C65;
}
.BgClassName
{
background-color: #669C65;
}
</style>
border-color css
<style>
span { border-color: #669C65; }
span { border-color: rgb(102,156,101); }
td.TdClassName
{
border-color: #669C65;
}
.TagClassName
{
border-color: #669C65;
}
</style>