Shades of Laurel #609465
Tints of Laurel #609465
RGB
CMYK
RGB Variations
Color information
#609465 (or 0x609465) is known color: Laurel. HEX triplet: 60, 94 and 65. RGB value is (96,148,101). Sum of RGB (Red+Green+Blue) = 96+148+101=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #609465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609465 is #9F6B9A. Grayscale: #7F7F7F. Windows color (decimal): -10447771 or 6657120. OLE color: 6657120.
HSL color Cylindrical-coordinate representation of color #609465: hue angle of 125.77º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609465 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 148 | 101 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.42 |
| HSL | 125.77º | 0.21% | 0.48% | - |
| HSV(B) | 125.77º | 0.35% | 0.58% | - |
| XYZ | 17.76 | 24.61 | 16.13 | - |
| YUV | 127.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 148 | 101 | 0.35 | 0 | 0.32 | 0.42 | 125.77 | 0.21 | 0.48 |
| Hex | 60 | 94 | 65 | 23 | 0 | 20 | 2A | 7E | 15 | 30 |
| Octal | 140 | 224 | 145 | 43 | 0 | 40 | 52 | 176 | 25 | 60 |
| Binary | 1100000 | 10010100 | 1100101 | 100011 | 0 | 100000 | 101010 | 1111110 | 10101 | 110000 |
Color Harmonies of #609465
Complementary color
Monochromatic Colors of #609465
Black with #609465
Text Example
Text Example
White with #609465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609465; }
p { color: rgb(96,148,101); }
H1.HeaderClassName
{
color: #609465;
}
.AnyTagClassName
{
color: #609465;
}
</style>
background-color css
<style>
a { background-color: #609465; }
a { background-color: rgb(96,148,101); }
div.DivClassName
{
background-color: #609465;
}
.BgClassName
{
background-color: #609465;
}
</style>
border-color css
<style>
span { border-color: #609465; }
span { border-color: rgb(96,148,101); }
td.TdClassName
{
border-color: #609465;
}
.TagClassName
{
border-color: #609465;
}
</style>