Shades of Dingley #67883D
Tints of Dingley #67883D
RGB
CMYK
RGB Variations
Color information
#67883D (or 0x67883D) is known color: Dingley. HEX triplet: 67, 88 and 3D. RGB value is (103,136,61). Sum of RGB (Red+Green+Blue) = 103+136+61=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #67883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67883D is #9877C2. Grayscale: #757575. Windows color (decimal): -9992131 or 4032615. OLE color: 4032615.
HSL color Cylindrical-coordinate representation of color #67883D: hue angle of 86.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67883D is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 61 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.47 |
| HSL | 86.4º | 0.38% | 0.39% | - |
| HSV(B) | 86.4º | 0.55% | 0.53% | - |
| XYZ | 15.24 | 20.83 | 7.63 | - |
| YUV | 117.58 | 96.07 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 61 | 0.24 | 0 | 0.55 | 0.47 | 86.4 | 0.38 | 0.39 |
| Hex | 67 | 88 | 3D | 18 | 0 | 37 | 2F | 56 | 26 | 27 |
| Octal | 147 | 210 | 75 | 30 | 0 | 67 | 57 | 126 | 46 | 47 |
| Binary | 1100111 | 10001000 | 111101 | 11000 | 0 | 110111 | 101111 | 1010110 | 100110 | 100111 |
Color Harmonies of #67883D
Complementary color
Monochromatic Colors of #67883D
Black with #67883D
Text Example
Text Example
White with #67883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67883D; }
p { color: rgb(103,136,61); }
H1.HeaderClassName
{
color: #67883D;
}
.AnyTagClassName
{
color: #67883D;
}
</style>
background-color css
<style>
a { background-color: #67883D; }
a { background-color: rgb(103,136,61); }
div.DivClassName
{
background-color: #67883D;
}
.BgClassName
{
background-color: #67883D;
}
</style>
border-color css
<style>
span { border-color: #67883D; }
span { border-color: rgb(103,136,61); }
td.TdClassName
{
border-color: #67883D;
}
.TagClassName
{
border-color: #67883D;
}
</style>