Shades of Dingley #68913F
Tints of Dingley #68913F
RGB
CMYK
RGB Variations
Color information
#68913F (or 0x68913F) is known color: Dingley. HEX triplet: 68, 91 and 3F. RGB value is (104,145,63). Sum of RGB (Red+Green+Blue) = 104+145+63=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #68913F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68913F is #976EC0. Grayscale: #7B7B7B. Windows color (decimal): -9924289 or 4165992. OLE color: 4165992.
HSL color Cylindrical-coordinate representation of color #68913F: hue angle of 90º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68913F is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 145 | 63 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.43 |
| HSL | 90º | 0.39% | 0.41% | - |
| HSV(B) | 90º | 0.57% | 0.57% | - |
| XYZ | 16.73 | 23.55 | 8.37 | - |
| YUV | 123.39 | 93.92 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 63 | 0.28 | 0 | 0.57 | 0.43 | 90 | 0.39 | 0.41 |
| Hex | 68 | 91 | 3F | 1C | 0 | 39 | 2B | 5A | 27 | 29 |
| Octal | 150 | 221 | 77 | 34 | 0 | 71 | 53 | 132 | 47 | 51 |
| Binary | 1101000 | 10010001 | 111111 | 11100 | 0 | 111001 | 101011 | 1011010 | 100111 | 101001 |
Color Harmonies of #68913F
Complementary color
Monochromatic Colors of #68913F
Black with #68913F
Text Example
Text Example
White with #68913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68913F; }
p { color: rgb(104,145,63); }
H1.HeaderClassName
{
color: #68913F;
}
.AnyTagClassName
{
color: #68913F;
}
</style>
background-color css
<style>
a { background-color: #68913F; }
a { background-color: rgb(104,145,63); }
div.DivClassName
{
background-color: #68913F;
}
.BgClassName
{
background-color: #68913F;
}
</style>
border-color css
<style>
span { border-color: #68913F; }
span { border-color: rgb(104,145,63); }
td.TdClassName
{
border-color: #68913F;
}
.TagClassName
{
border-color: #68913F;
}
</style>