Shades of Laurel #609165
Tints of Laurel #609165
RGB
CMYK
RGB Variations
Color information
#609165 (or 0x609165) is known color: Laurel. HEX triplet: 60, 91 and 65. RGB value is (96,145,101). Sum of RGB (Red+Green+Blue) = 96+145+101=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #609165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609165 is #9F6E9A. Grayscale: #7D7D7D. Windows color (decimal): -10448539 or 6656352. OLE color: 6656352.
HSL color Cylindrical-coordinate representation of color #609165: hue angle of 126.12º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #609165 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 145 | 101 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.43 |
| HSL | 126.12º | 0.2% | 0.47% | - |
| HSV(B) | 126.12º | 0.34% | 0.57% | - |
| XYZ | 17.3 | 23.68 | 15.97 | - |
| YUV | 125.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 101 | 0.34 | 0 | 0.30 | 0.43 | 126.12 | 0.2 | 0.47 |
| Hex | 60 | 91 | 65 | 22 | 0 | 1E | 2B | 7E | 14 | 2F |
| Octal | 140 | 221 | 145 | 42 | 0 | 36 | 53 | 176 | 24 | 57 |
| Binary | 1100000 | 10010001 | 1100101 | 100010 | 0 | 11110 | 101011 | 1111110 | 10100 | 101111 |
Color Harmonies of #609165
Complementary color
Monochromatic Colors of #609165
Black with #609165
Text Example
Text Example
White with #609165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609165; }
p { color: rgb(96,145,101); }
H1.HeaderClassName
{
color: #609165;
}
.AnyTagClassName
{
color: #609165;
}
</style>
background-color css
<style>
a { background-color: #609165; }
a { background-color: rgb(96,145,101); }
div.DivClassName
{
background-color: #609165;
}
.BgClassName
{
background-color: #609165;
}
</style>
border-color css
<style>
span { border-color: #609165; }
span { border-color: rgb(96,145,101); }
td.TdClassName
{
border-color: #609165;
}
.TagClassName
{
border-color: #609165;
}
</style>