Shades of Laurel #608365
Tints of Laurel #608365
RGB
CMYK
RGB Variations
Color information
#608365 (or 0x608365) is known color: Laurel. HEX triplet: 60, 83 and 65. RGB value is (96,131,101). Sum of RGB (Red+Green+Blue) = 96+131+101=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 131 - color contains mainly: green. Hex color #608365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608365 is #9F7C9A. Grayscale: #757575. Windows color (decimal): -10452123 or 6652768. OLE color: 6652768.
HSL color Cylindrical-coordinate representation of color #608365: hue angle of 128.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #608365 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 131 | 101 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.49 |
| HSL | 128.57º | 0.15% | 0.45% | - |
| HSV(B) | 128.57º | 0.27% | 0.51% | - |
| XYZ | 15.29 | 19.66 | 15.3 | - |
| YUV | 117.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 101 | 0.27 | 0 | 0.23 | 0.49 | 128.57 | 0.15 | 0.45 |
| Hex | 60 | 83 | 65 | 1B | 0 | 17 | 31 | 81 | F | 2D |
| Octal | 140 | 203 | 145 | 33 | 0 | 27 | 61 | 201 | 17 | 55 |
| Binary | 1100000 | 10000011 | 1100101 | 11011 | 0 | 10111 | 110001 | 10000001 | 1111 | 101101 |
Color Harmonies of #608365
Complementary color
Monochromatic Colors of #608365
Black with #608365
Text Example
Text Example
White with #608365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608365; }
p { color: rgb(96,131,101); }
H1.HeaderClassName
{
color: #608365;
}
.AnyTagClassName
{
color: #608365;
}
</style>
background-color css
<style>
a { background-color: #608365; }
a { background-color: rgb(96,131,101); }
div.DivClassName
{
background-color: #608365;
}
.BgClassName
{
background-color: #608365;
}
</style>
border-color css
<style>
span { border-color: #608365; }
span { border-color: rgb(96,131,101); }
td.TdClassName
{
border-color: #608365;
}
.TagClassName
{
border-color: #608365;
}
</style>