Shades of Laurel #669965
Tints of Laurel #669965
RGB
CMYK
RGB Variations
Color information
#669965 (or 0x669965) is known color: Laurel. HEX triplet: 66, 99 and 65. RGB value is (102,153,101). Sum of RGB (Red+Green+Blue) = 102+153+101=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #669965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669965 is #99669A. Grayscale: #838383. Windows color (decimal): -10053275 or 6658406. OLE color: 6658406.
HSL color Cylindrical-coordinate representation of color #669965: hue angle of 118.85º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669965 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 101 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.4 |
| HSL | 118.85º | 0.2% | 0.5% | - |
| HSV(B) | 118.85º | 0.34% | 0.6% | - |
| XYZ | 19.22 | 26.55 | 16.42 | - |
| YUV | 131.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 101 | 0.33 | 0 | 0.34 | 0.4 | 118.85 | 0.2 | 0.5 |
| Hex | 66 | 99 | 65 | 21 | 0 | 22 | 28 | 77 | 14 | 32 |
| Octal | 146 | 231 | 145 | 41 | 0 | 42 | 50 | 167 | 24 | 62 |
| Binary | 1100110 | 10011001 | 1100101 | 100001 | 0 | 100010 | 101000 | 1110111 | 10100 | 110010 |
Color Harmonies of #669965
Complementary color
Monochromatic Colors of #669965
Black with #669965
Text Example
Text Example
White with #669965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669965; }
p { color: rgb(102,153,101); }
H1.HeaderClassName
{
color: #669965;
}
.AnyTagClassName
{
color: #669965;
}
</style>
background-color css
<style>
a { background-color: #669965; }
a { background-color: rgb(102,153,101); }
div.DivClassName
{
background-color: #669965;
}
.BgClassName
{
background-color: #669965;
}
</style>
border-color css
<style>
span { border-color: #669965; }
span { border-color: rgb(102,153,101); }
td.TdClassName
{
border-color: #669965;
}
.TagClassName
{
border-color: #669965;
}
</style>