Shades of Dingley #67874C
Tints of Dingley #67874C
RGB
CMYK
RGB Variations
Color information
#67874C (or 0x67874C) is known color: Dingley. HEX triplet: 67, 87 and 4C. RGB value is (103,135,76). Sum of RGB (Red+Green+Blue) = 103+135+76=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #67874C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67874C is #9878B3. Grayscale: #767676. Windows color (decimal): -9992372 or 5015399. OLE color: 5015399.
HSL color Cylindrical-coordinate representation of color #67874C: hue angle of 92.54º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67874C is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 135 | 76 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.47 |
| HSL | 92.54º | 0.28% | 0.41% | - |
| HSV(B) | 92.54º | 0.44% | 0.53% | - |
| XYZ | 15.56 | 20.73 | 10.02 | - |
| YUV | 118.71 | 103.9 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 135 | 76 | 0.24 | 0 | 0.44 | 0.47 | 92.54 | 0.28 | 0.41 |
| Hex | 67 | 87 | 4C | 18 | 0 | 2C | 2F | 5D | 1C | 29 |
| Octal | 147 | 207 | 114 | 30 | 0 | 54 | 57 | 135 | 34 | 51 |
| Binary | 1100111 | 10000111 | 1001100 | 11000 | 0 | 101100 | 101111 | 1011101 | 11100 | 101001 |
Color Harmonies of #67874C
Complementary color
Monochromatic Colors of #67874C
Black with #67874C
Text Example
Text Example
White with #67874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67874C; }
p { color: rgb(103,135,76); }
H1.HeaderClassName
{
color: #67874C;
}
.AnyTagClassName
{
color: #67874C;
}
</style>
background-color css
<style>
a { background-color: #67874C; }
a { background-color: rgb(103,135,76); }
div.DivClassName
{
background-color: #67874C;
}
.BgClassName
{
background-color: #67874C;
}
</style>
border-color css
<style>
span { border-color: #67874C; }
span { border-color: rgb(103,135,76); }
td.TdClassName
{
border-color: #67874C;
}
.TagClassName
{
border-color: #67874C;
}
</style>