Shades of Laurel #669E69
Tints of Laurel #669E69
RGB
CMYK
RGB Variations
Color information
#669E69 (or 0x669E69) is known color: Laurel. HEX triplet: 66, 9E and 69. RGB value is (102,158,105). Sum of RGB (Red+Green+Blue) = 102+158+105=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #669E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669E69 is #996196. Grayscale: #878787. Windows color (decimal): -10051991 or 6921830. OLE color: 6921830.
HSL color Cylindrical-coordinate representation of color #669E69: hue angle of 123.21º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669E69 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 158 | 105 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.38 |
| HSL | 123.21º | 0.22% | 0.51% | - |
| HSV(B) | 123.21º | 0.35% | 0.62% | - |
| XYZ | 20.26 | 28.3 | 17.76 | - |
| YUV | 135.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 105 | 0.35 | 0 | 0.34 | 0.38 | 123.21 | 0.22 | 0.51 |
| Hex | 66 | 9E | 69 | 23 | 0 | 22 | 26 | 7B | 16 | 33 |
| Octal | 146 | 236 | 151 | 43 | 0 | 42 | 46 | 173 | 26 | 63 |
| Binary | 1100110 | 10011110 | 1101001 | 100011 | 0 | 100010 | 100110 | 1111011 | 10110 | 110011 |
Color Harmonies of #669E69
Complementary color
Monochromatic Colors of #669E69
Black with #669E69
Text Example
Text Example
White with #669E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669E69; }
p { color: rgb(102,158,105); }
H1.HeaderClassName
{
color: #669E69;
}
.AnyTagClassName
{
color: #669E69;
}
</style>
background-color css
<style>
a { background-color: #669E69; }
a { background-color: rgb(102,158,105); }
div.DivClassName
{
background-color: #669E69;
}
.BgClassName
{
background-color: #669E69;
}
</style>
border-color css
<style>
span { border-color: #669E69; }
span { border-color: rgb(102,158,105); }
td.TdClassName
{
border-color: #669E69;
}
.TagClassName
{
border-color: #669E69;
}
</style>