Shades of Laurel #609965
Tints of Laurel #609965
RGB
CMYK
RGB Variations
Color information
#609965 (or 0x609965) is known color: Laurel. HEX triplet: 60, 99 and 65. RGB value is (96,153,101). Sum of RGB (Red+Green+Blue) = 96+153+101=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #609965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609965 is #9F669A. Grayscale: #828282. Windows color (decimal): -10446491 or 6658400. OLE color: 6658400.
HSL color Cylindrical-coordinate representation of color #609965: hue angle of 125.26º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609965 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 101 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.4 |
| HSL | 125.26º | 0.23% | 0.49% | - |
| HSV(B) | 125.26º | 0.37% | 0.6% | - |
| XYZ | 18.56 | 26.21 | 16.39 | - |
| YUV | 130.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 101 | 0.37 | 0 | 0.34 | 0.4 | 125.26 | 0.23 | 0.49 |
| Hex | 60 | 99 | 65 | 25 | 0 | 22 | 28 | 7D | 17 | 31 |
| Octal | 140 | 231 | 145 | 45 | 0 | 42 | 50 | 175 | 27 | 61 |
| Binary | 1100000 | 10011001 | 1100101 | 100101 | 0 | 100010 | 101000 | 1111101 | 10111 | 110001 |
Color Harmonies of #609965
Complementary color
Monochromatic Colors of #609965
Black with #609965
Text Example
Text Example
White with #609965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609965; }
p { color: rgb(96,153,101); }
H1.HeaderClassName
{
color: #609965;
}
.AnyTagClassName
{
color: #609965;
}
</style>
background-color css
<style>
a { background-color: #609965; }
a { background-color: rgb(96,153,101); }
div.DivClassName
{
background-color: #609965;
}
.BgClassName
{
background-color: #609965;
}
</style>
border-color css
<style>
span { border-color: #609965; }
span { border-color: rgb(96,153,101); }
td.TdClassName
{
border-color: #609965;
}
.TagClassName
{
border-color: #609965;
}
</style>