Shades of Laurel #659E69
Tints of Laurel #659E69
RGB
CMYK
RGB Variations
Color information
#659E69 (or 0x659E69) is known color: Laurel. HEX triplet: 65, 9E and 69. RGB value is (101,158,105). Sum of RGB (Red+Green+Blue) = 101+158+105=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #659E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659E69 is #9A6196. Grayscale: #878787. Windows color (decimal): -10117527 or 6921829. OLE color: 6921829.
HSL color Cylindrical-coordinate representation of color #659E69: hue angle of 124.21º 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 #659E69 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 158 | 105 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.38 |
| HSL | 124.21º | 0.23% | 0.51% | - |
| HSV(B) | 124.21º | 0.36% | 0.62% | - |
| XYZ | 20.14 | 28.24 | 17.75 | - |
| YUV | 134.92 | 111.12 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 105 | 0.36 | 0 | 0.34 | 0.38 | 124.21 | 0.23 | 0.51 |
| Hex | 65 | 9E | 69 | 24 | 0 | 22 | 26 | 7C | 17 | 33 |
| Octal | 145 | 236 | 151 | 44 | 0 | 42 | 46 | 174 | 27 | 63 |
| Binary | 1100101 | 10011110 | 1101001 | 100100 | 0 | 100010 | 100110 | 1111100 | 10111 | 110011 |
Color Harmonies of #659E69
Complementary color
Monochromatic Colors of #659E69
Black with #659E69
Text Example
Text Example
White with #659E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659E69; }
p { color: rgb(101,158,105); }
H1.HeaderClassName
{
color: #659E69;
}
.AnyTagClassName
{
color: #659E69;
}
</style>
background-color css
<style>
a { background-color: #659E69; }
a { background-color: rgb(101,158,105); }
div.DivClassName
{
background-color: #659E69;
}
.BgClassName
{
background-color: #659E69;
}
</style>
border-color css
<style>
span { border-color: #659E69; }
span { border-color: rgb(101,158,105); }
td.TdClassName
{
border-color: #659E69;
}
.TagClassName
{
border-color: #659E69;
}
</style>