Shades of Laurel #68976D
Tints of Laurel #68976D
RGB
CMYK
RGB Variations
Color information
#68976D (or 0x68976D) is known color: Laurel. HEX triplet: 68, 97 and 6D. RGB value is (104,151,109). Sum of RGB (Red+Green+Blue) = 104+151+109=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #68976D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68976D is #976892. Grayscale: #848484. Windows color (decimal): -9922707 or 7182184. OLE color: 7182184.
HSL color Cylindrical-coordinate representation of color #68976D: hue angle of 126.38º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68976D is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 109 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.41 |
| HSL | 126.38º | 0.18% | 0.5% | - |
| HSV(B) | 126.38º | 0.31% | 0.59% | - |
| XYZ | 19.54 | 26.18 | 18.49 | - |
| YUV | 132.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 109 | 0.31 | 0 | 0.28 | 0.41 | 126.38 | 0.18 | 0.5 |
| Hex | 68 | 97 | 6D | 1F | 0 | 1C | 29 | 7E | 12 | 32 |
| Octal | 150 | 227 | 155 | 37 | 0 | 34 | 51 | 176 | 22 | 62 |
| Binary | 1101000 | 10010111 | 1101101 | 11111 | 0 | 11100 | 101001 | 1111110 | 10010 | 110010 |
Color Harmonies of #68976D
Complementary color
Monochromatic Colors of #68976D
Black with #68976D
Text Example
Text Example
White with #68976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68976D; }
p { color: rgb(104,151,109); }
H1.HeaderClassName
{
color: #68976D;
}
.AnyTagClassName
{
color: #68976D;
}
</style>
background-color css
<style>
a { background-color: #68976D; }
a { background-color: rgb(104,151,109); }
div.DivClassName
{
background-color: #68976D;
}
.BgClassName
{
background-color: #68976D;
}
</style>
border-color css
<style>
span { border-color: #68976D; }
span { border-color: rgb(104,151,109); }
td.TdClassName
{
border-color: #68976D;
}
.TagClassName
{
border-color: #68976D;
}
</style>