Shades of Laurel #608A67
Tints of Laurel #608A67
RGB
CMYK
RGB Variations
Color information
#608A67 (or 0x608A67) is known color: Laurel. HEX triplet: 60, 8A and 67. RGB value is (96,138,103). Sum of RGB (Red+Green+Blue) = 96+138+103=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 138 - color contains mainly: green. Hex color #608A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608A67 is #9F7598. Grayscale: #797979. Windows color (decimal): -10450329 or 6785632. OLE color: 6785632.
HSL color Cylindrical-coordinate representation of color #608A67: hue angle of 130º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608A67 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 138 | 103 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.46 |
| HSL | 130º | 0.18% | 0.46% | - |
| HSV(B) | 130º | 0.3% | 0.54% | - |
| XYZ | 16.36 | 21.64 | 16.15 | - |
| YUV | 121.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 103 | 0.30 | 0 | 0.25 | 0.46 | 130 | 0.18 | 0.46 |
| Hex | 60 | 8A | 67 | 1E | 0 | 19 | 2E | 82 | 12 | 2E |
| Octal | 140 | 212 | 147 | 36 | 0 | 31 | 56 | 202 | 22 | 56 |
| Binary | 1100000 | 10001010 | 1100111 | 11110 | 0 | 11001 | 101110 | 10000010 | 10010 | 101110 |
Color Harmonies of #608A67
Complementary color
Monochromatic Colors of #608A67
Black with #608A67
Text Example
Text Example
White with #608A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608A67; }
p { color: rgb(96,138,103); }
H1.HeaderClassName
{
color: #608A67;
}
.AnyTagClassName
{
color: #608A67;
}
</style>
background-color css
<style>
a { background-color: #608A67; }
a { background-color: rgb(96,138,103); }
div.DivClassName
{
background-color: #608A67;
}
.BgClassName
{
background-color: #608A67;
}
</style>
border-color css
<style>
span { border-color: #608A67; }
span { border-color: rgb(96,138,103); }
td.TdClassName
{
border-color: #608A67;
}
.TagClassName
{
border-color: #608A67;
}
</style>