Shades of Laurel #608765
Tints of Laurel #608765
RGB
CMYK
RGB Variations
Color information
#608765 (or 0x608765) is known color: Laurel. HEX triplet: 60, 87 and 65. RGB value is (96,135,101). Sum of RGB (Red+Green+Blue) = 96+135+101=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #608765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608765 is #9F789A. Grayscale: #777777. Windows color (decimal): -10451099 or 6653792. OLE color: 6653792.
HSL color Cylindrical-coordinate representation of color #608765: hue angle of 127.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #608765 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 135 | 101 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.47 |
| HSL | 127.69º | 0.17% | 0.45% | - |
| HSV(B) | 127.69º | 0.29% | 0.53% | - |
| XYZ | 15.84 | 20.75 | 15.48 | - |
| YUV | 119.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 101 | 0.29 | 0 | 0.25 | 0.47 | 127.69 | 0.17 | 0.45 |
| Hex | 60 | 87 | 65 | 1D | 0 | 19 | 2F | 80 | 11 | 2D |
| Octal | 140 | 207 | 145 | 35 | 0 | 31 | 57 | 200 | 21 | 55 |
| Binary | 1100000 | 10000111 | 1100101 | 11101 | 0 | 11001 | 101111 | 10000000 | 10001 | 101101 |
Color Harmonies of #608765
Complementary color
Monochromatic Colors of #608765
Black with #608765
Text Example
Text Example
White with #608765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608765; }
p { color: rgb(96,135,101); }
H1.HeaderClassName
{
color: #608765;
}
.AnyTagClassName
{
color: #608765;
}
</style>
background-color css
<style>
a { background-color: #608765; }
a { background-color: rgb(96,135,101); }
div.DivClassName
{
background-color: #608765;
}
.BgClassName
{
background-color: #608765;
}
</style>
border-color css
<style>
span { border-color: #608765; }
span { border-color: rgb(96,135,101); }
td.TdClassName
{
border-color: #608765;
}
.TagClassName
{
border-color: #608765;
}
</style>