Shades of Laurel #609B64
Tints of Laurel #609B64
RGB
CMYK
RGB Variations
Color information
#609B64 (or 0x609B64) is known color: Laurel. HEX triplet: 60, 9B and 64. RGB value is (96,155,100). Sum of RGB (Red+Green+Blue) = 96+155+100=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #609B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609B64 is #9F649B. Grayscale: #838383. Windows color (decimal): -10445980 or 6593376. OLE color: 6593376.
HSL color Cylindrical-coordinate representation of color #609B64: hue angle of 124.07º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #609B64 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 155 | 100 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.39 |
| HSL | 124.07º | 0.24% | 0.49% | - |
| HSV(B) | 124.07º | 0.38% | 0.61% | - |
| XYZ | 18.85 | 26.85 | 16.25 | - |
| YUV | 131.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 100 | 0.38 | 0 | 0.35 | 0.39 | 124.07 | 0.24 | 0.49 |
| Hex | 60 | 9B | 64 | 26 | 0 | 23 | 27 | 7C | 18 | 31 |
| Octal | 140 | 233 | 144 | 46 | 0 | 43 | 47 | 174 | 30 | 61 |
| Binary | 1100000 | 10011011 | 1100100 | 100110 | 0 | 100011 | 100111 | 1111100 | 11000 | 110001 |
Color Harmonies of #609B64
Complementary color
Monochromatic Colors of #609B64
Black with #609B64
Text Example
Text Example
White with #609B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609B64; }
p { color: rgb(96,155,100); }
H1.HeaderClassName
{
color: #609B64;
}
.AnyTagClassName
{
color: #609B64;
}
</style>
background-color css
<style>
a { background-color: #609B64; }
a { background-color: rgb(96,155,100); }
div.DivClassName
{
background-color: #609B64;
}
.BgClassName
{
background-color: #609B64;
}
</style>
border-color css
<style>
span { border-color: #609B64; }
span { border-color: rgb(96,155,100); }
td.TdClassName
{
border-color: #609B64;
}
.TagClassName
{
border-color: #609B64;
}
</style>