Shades of Dingley #68854C
Tints of Dingley #68854C
RGB
CMYK
RGB Variations
Color information
#68854C (or 0x68854C) is known color: Dingley. HEX triplet: 68, 85 and 4C. RGB value is (104,133,76). Sum of RGB (Red+Green+Blue) = 104+133+76=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #68854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68854C is #977AB3. Grayscale: #767676. Windows color (decimal): -9927348 or 5014888. OLE color: 5014888.
HSL color Cylindrical-coordinate representation of color #68854C: hue angle of 90.53º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68854C is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 76 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.48 |
| HSL | 90.53º | 0.27% | 0.41% | - |
| HSV(B) | 90.53º | 0.43% | 0.52% | - |
| XYZ | 15.4 | 20.24 | 9.93 | - |
| YUV | 117.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 76 | 0.22 | 0 | 0.43 | 0.48 | 90.53 | 0.27 | 0.41 |
| Hex | 68 | 85 | 4C | 16 | 0 | 2B | 30 | 5B | 1B | 29 |
| Octal | 150 | 205 | 114 | 26 | 0 | 53 | 60 | 133 | 33 | 51 |
| Binary | 1101000 | 10000101 | 1001100 | 10110 | 0 | 101011 | 110000 | 1011011 | 11011 | 101001 |
Color Harmonies of #68854C
Complementary color
Monochromatic Colors of #68854C
Black with #68854C
Text Example
Text Example
White with #68854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68854C; }
p { color: rgb(104,133,76); }
H1.HeaderClassName
{
color: #68854C;
}
.AnyTagClassName
{
color: #68854C;
}
</style>
background-color css
<style>
a { background-color: #68854C; }
a { background-color: rgb(104,133,76); }
div.DivClassName
{
background-color: #68854C;
}
.BgClassName
{
background-color: #68854C;
}
</style>
border-color css
<style>
span { border-color: #68854C; }
span { border-color: rgb(104,133,76); }
td.TdClassName
{
border-color: #68854C;
}
.TagClassName
{
border-color: #68854C;
}
</style>