Shades of Laurel #608265
Tints of Laurel #608265
RGB
CMYK
RGB Variations
Color information
#608265 (or 0x608265) is known color: Laurel. HEX triplet: 60, 82 and 65. RGB value is (96,130,101). Sum of RGB (Red+Green+Blue) = 96+130+101=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #608265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608265 is #9F7D9A. Grayscale: #747474. Windows color (decimal): -10452379 or 6652512. OLE color: 6652512.
HSL color Cylindrical-coordinate representation of color #608265: hue angle of 128.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #608265 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 130 | 101 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.49 |
| HSL | 128.82º | 0.15% | 0.44% | - |
| HSV(B) | 128.82º | 0.26% | 0.51% | - |
| XYZ | 15.16 | 19.39 | 15.26 | - |
| YUV | 116.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 130 | 101 | 0.26 | 0 | 0.22 | 0.49 | 128.82 | 0.15 | 0.44 |
| Hex | 60 | 82 | 65 | 1A | 0 | 16 | 31 | 81 | F | 2C |
| Octal | 140 | 202 | 145 | 32 | 0 | 26 | 61 | 201 | 17 | 54 |
| Binary | 1100000 | 10000010 | 1100101 | 11010 | 0 | 10110 | 110001 | 10000001 | 1111 | 101100 |
Color Harmonies of #608265
Complementary color
Monochromatic Colors of #608265
Black with #608265
Text Example
Text Example
White with #608265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608265; }
p { color: rgb(96,130,101); }
H1.HeaderClassName
{
color: #608265;
}
.AnyTagClassName
{
color: #608265;
}
</style>
background-color css
<style>
a { background-color: #608265; }
a { background-color: rgb(96,130,101); }
div.DivClassName
{
background-color: #608265;
}
.BgClassName
{
background-color: #608265;
}
</style>
border-color css
<style>
span { border-color: #608265; }
span { border-color: rgb(96,130,101); }
td.TdClassName
{
border-color: #608265;
}
.TagClassName
{
border-color: #608265;
}
</style>