Shades of Laurel #608C67
Tints of Laurel #608C67
RGB
CMYK
RGB Variations
Color information
#608C67 (or 0x608C67) is known color: Laurel. HEX triplet: 60, 8C and 67. RGB value is (96,140,103). Sum of RGB (Red+Green+Blue) = 96+140+103=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 140 - color contains mainly: green. Hex color #608C67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608C67 is #9F7398. Grayscale: #7A7A7A. Windows color (decimal): -10449817 or 6786144. OLE color: 6786144.
HSL color Cylindrical-coordinate representation of color #608C67: hue angle of 129.55º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #608C67 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 140 | 103 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.45 |
| HSL | 129.55º | 0.19% | 0.46% | - |
| HSV(B) | 129.55º | 0.31% | 0.55% | - |
| XYZ | 16.65 | 22.22 | 16.24 | - |
| YUV | 122.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 103 | 0.31 | 0 | 0.26 | 0.45 | 129.55 | 0.19 | 0.46 |
| Hex | 60 | 8C | 67 | 1F | 0 | 1A | 2D | 82 | 13 | 2E |
| Octal | 140 | 214 | 147 | 37 | 0 | 32 | 55 | 202 | 23 | 56 |
| Binary | 1100000 | 10001100 | 1100111 | 11111 | 0 | 11010 | 101101 | 10000010 | 10011 | 101110 |
Color Harmonies of #608C67
Complementary color
Monochromatic Colors of #608C67
Black with #608C67
Text Example
Text Example
White with #608C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608C67; }
p { color: rgb(96,140,103); }
H1.HeaderClassName
{
color: #608C67;
}
.AnyTagClassName
{
color: #608C67;
}
</style>
background-color css
<style>
a { background-color: #608C67; }
a { background-color: rgb(96,140,103); }
div.DivClassName
{
background-color: #608C67;
}
.BgClassName
{
background-color: #608C67;
}
</style>
border-color css
<style>
span { border-color: #608C67; }
span { border-color: rgb(96,140,103); }
td.TdClassName
{
border-color: #608C67;
}
.TagClassName
{
border-color: #608C67;
}
</style>