Shades of Laurel #609366
Tints of Laurel #609366
RGB
CMYK
RGB Variations
Color information
#609366 (or 0x609366) is known color: Laurel. HEX triplet: 60, 93 and 66. RGB value is (96,147,102). Sum of RGB (Red+Green+Blue) = 96+147+102=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #609366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609366 is #9F6C99. Grayscale: #7E7E7E. Windows color (decimal): -10448026 or 6722400. OLE color: 6722400.
HSL color Cylindrical-coordinate representation of color #609366: hue angle of 127.06º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609366 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 147 | 102 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.42 |
| HSL | 127.06º | 0.21% | 0.48% | - |
| HSV(B) | 127.06º | 0.35% | 0.58% | - |
| XYZ | 17.66 | 24.31 | 16.33 | - |
| YUV | 126.62 | 114.1 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 102 | 0.35 | 0 | 0.31 | 0.42 | 127.06 | 0.21 | 0.48 |
| Hex | 60 | 93 | 66 | 23 | 0 | 1F | 2A | 7F | 15 | 30 |
| Octal | 140 | 223 | 146 | 43 | 0 | 37 | 52 | 177 | 25 | 60 |
| Binary | 1100000 | 10010011 | 1100110 | 100011 | 0 | 11111 | 101010 | 1111111 | 10101 | 110000 |
Color Harmonies of #609366
Complementary color
Monochromatic Colors of #609366
Black with #609366
Text Example
Text Example
White with #609366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609366; }
p { color: rgb(96,147,102); }
H1.HeaderClassName
{
color: #609366;
}
.AnyTagClassName
{
color: #609366;
}
</style>
background-color css
<style>
a { background-color: #609366; }
a { background-color: rgb(96,147,102); }
div.DivClassName
{
background-color: #609366;
}
.BgClassName
{
background-color: #609366;
}
</style>
border-color css
<style>
span { border-color: #609366; }
span { border-color: rgb(96,147,102); }
td.TdClassName
{
border-color: #609366;
}
.TagClassName
{
border-color: #609366;
}
</style>