Shades of Laurel #659B6A
Tints of Laurel #659B6A
RGB
CMYK
RGB Variations
Color information
#659B6A (or 0x659B6A) is known color: Laurel. HEX triplet: 65, 9B and 6A. RGB value is (101,155,106). Sum of RGB (Red+Green+Blue) = 101+155+106=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 155 - color contains mainly: green. Hex color #659B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659B6A is #9A6495. Grayscale: #858585. Windows color (decimal): -10118294 or 6986597. OLE color: 6986597.
HSL color Cylindrical-coordinate representation of color #659B6A: hue angle of 125.56º degrees, saturation: 0.21, 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 #659B6A is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 155 | 106 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.39 |
| HSL | 125.56º | 0.21% | 0.5% | - |
| HSV(B) | 125.56º | 0.35% | 0.61% | - |
| XYZ | 19.69 | 27.25 | 17.86 | - |
| YUV | 133.27 | 112.61 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 106 | 0.35 | 0 | 0.32 | 0.39 | 125.56 | 0.21 | 0.5 |
| Hex | 65 | 9B | 6A | 23 | 0 | 20 | 27 | 7E | 15 | 32 |
| Octal | 145 | 233 | 152 | 43 | 0 | 40 | 47 | 176 | 25 | 62 |
| Binary | 1100101 | 10011011 | 1101010 | 100011 | 0 | 100000 | 100111 | 1111110 | 10101 | 110010 |
Color Harmonies of #659B6A
Complementary color
Monochromatic Colors of #659B6A
Black with #659B6A
Text Example
Text Example
White with #659B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659B6A; }
p { color: rgb(101,155,106); }
H1.HeaderClassName
{
color: #659B6A;
}
.AnyTagClassName
{
color: #659B6A;
}
</style>
background-color css
<style>
a { background-color: #659B6A; }
a { background-color: rgb(101,155,106); }
div.DivClassName
{
background-color: #659B6A;
}
.BgClassName
{
background-color: #659B6A;
}
</style>
border-color css
<style>
span { border-color: #659B6A; }
span { border-color: rgb(101,155,106); }
td.TdClassName
{
border-color: #659B6A;
}
.TagClassName
{
border-color: #659B6A;
}
</style>