Shades of Laurel #68926C
Tints of Laurel #68926C
RGB
CMYK
RGB Variations
Color information
#68926C (or 0x68926C) is known color: Laurel. HEX triplet: 68, 92 and 6C. RGB value is (104,146,108). Sum of RGB (Red+Green+Blue) = 104+146+108=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #68926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68926C is #976D93. Grayscale: #818181. Windows color (decimal): -9923988 or 7115368. OLE color: 7115368.
HSL color Cylindrical-coordinate representation of color #68926C: hue angle of 125.71º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68926C is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 108 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.43 |
| HSL | 125.71º | 0.17% | 0.49% | - |
| HSV(B) | 125.71º | 0.29% | 0.57% | - |
| XYZ | 18.69 | 24.58 | 17.95 | - |
| YUV | 129.11 | 116.09 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 108 | 0.29 | 0 | 0.26 | 0.43 | 125.71 | 0.17 | 0.49 |
| Hex | 68 | 92 | 6C | 1D | 0 | 1A | 2B | 7E | 11 | 31 |
| Octal | 150 | 222 | 154 | 35 | 0 | 32 | 53 | 176 | 21 | 61 |
| Binary | 1101000 | 10010010 | 1101100 | 11101 | 0 | 11010 | 101011 | 1111110 | 10001 | 110001 |
Color Harmonies of #68926C
Complementary color
Monochromatic Colors of #68926C
Black with #68926C
Text Example
Text Example
White with #68926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68926C; }
p { color: rgb(104,146,108); }
H1.HeaderClassName
{
color: #68926C;
}
.AnyTagClassName
{
color: #68926C;
}
</style>
background-color css
<style>
a { background-color: #68926C; }
a { background-color: rgb(104,146,108); }
div.DivClassName
{
background-color: #68926C;
}
.BgClassName
{
background-color: #68926C;
}
</style>
border-color css
<style>
span { border-color: #68926C; }
span { border-color: rgb(104,146,108); }
td.TdClassName
{
border-color: #68926C;
}
.TagClassName
{
border-color: #68926C;
}
</style>