Shades of Dingley #67873C
Tints of Dingley #67873C
RGB
CMYK
RGB Variations
Color information
#67873C (or 0x67873C) is known color: Dingley. HEX triplet: 67, 87 and 3C. RGB value is (103,135,60). Sum of RGB (Red+Green+Blue) = 103+135+60=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #67873C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67873C is #9878C3. Grayscale: #757575. Windows color (decimal): -9992388 or 3966823. OLE color: 3966823.
HSL color Cylindrical-coordinate representation of color #67873C: hue angle of 85.6º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67873C is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 135 | 60 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.47 |
| HSL | 85.6º | 0.38% | 0.38% | - |
| HSV(B) | 85.6º | 0.56% | 0.53% | - |
| XYZ | 15.07 | 20.54 | 7.44 | - |
| YUV | 116.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 135 | 60 | 0.24 | 0 | 0.56 | 0.47 | 85.6 | 0.38 | 0.38 |
| Hex | 67 | 87 | 3C | 18 | 0 | 38 | 2F | 56 | 26 | 26 |
| Octal | 147 | 207 | 74 | 30 | 0 | 70 | 57 | 126 | 46 | 46 |
| Binary | 1100111 | 10000111 | 111100 | 11000 | 0 | 111000 | 101111 | 1010110 | 100110 | 100110 |
Color Harmonies of #67873C
Complementary color
Monochromatic Colors of #67873C
Black with #67873C
Text Example
Text Example
White with #67873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67873C; }
p { color: rgb(103,135,60); }
H1.HeaderClassName
{
color: #67873C;
}
.AnyTagClassName
{
color: #67873C;
}
</style>
background-color css
<style>
a { background-color: #67873C; }
a { background-color: rgb(103,135,60); }
div.DivClassName
{
background-color: #67873C;
}
.BgClassName
{
background-color: #67873C;
}
</style>
border-color css
<style>
span { border-color: #67873C; }
span { border-color: rgb(103,135,60); }
td.TdClassName
{
border-color: #67873C;
}
.TagClassName
{
border-color: #67873C;
}
</style>