Shades of Dingley #68874A
Tints of Dingley #68874A
RGB
CMYK
RGB Variations
Color information
#68874A (or 0x68874A) is known color: Dingley. HEX triplet: 68, 87 and 4A. RGB value is (104,135,74). Sum of RGB (Red+Green+Blue) = 104+135+74=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #68874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68874A is #9778B5. Grayscale: #767676. Windows color (decimal): -9926838 or 4884328. OLE color: 4884328.
HSL color Cylindrical-coordinate representation of color #68874A: hue angle of 90.49º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68874A is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 74 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.47 |
| HSL | 90.49º | 0.29% | 0.41% | - |
| HSV(B) | 90.49º | 0.45% | 0.53% | - |
| XYZ | 15.61 | 20.77 | 9.66 | - |
| YUV | 118.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 74 | 0.23 | 0 | 0.45 | 0.47 | 90.49 | 0.29 | 0.41 |
| Hex | 68 | 87 | 4A | 17 | 0 | 2D | 2F | 5A | 1D | 29 |
| Octal | 150 | 207 | 112 | 27 | 0 | 55 | 57 | 132 | 35 | 51 |
| Binary | 1101000 | 10000111 | 1001010 | 10111 | 0 | 101101 | 101111 | 1011010 | 11101 | 101001 |
Color Harmonies of #68874A
Complementary color
Monochromatic Colors of #68874A
Black with #68874A
Text Example
Text Example
White with #68874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68874A; }
p { color: rgb(104,135,74); }
H1.HeaderClassName
{
color: #68874A;
}
.AnyTagClassName
{
color: #68874A;
}
</style>
background-color css
<style>
a { background-color: #68874A; }
a { background-color: rgb(104,135,74); }
div.DivClassName
{
background-color: #68874A;
}
.BgClassName
{
background-color: #68874A;
}
</style>
border-color css
<style>
span { border-color: #68874A; }
span { border-color: rgb(104,135,74); }
td.TdClassName
{
border-color: #68874A;
}
.TagClassName
{
border-color: #68874A;
}
</style>