Shades of Dingley #67814B
Tints of Dingley #67814B
RGB
CMYK
RGB Variations
Color information
#67814B (or 0x67814B) is known color: Dingley. HEX triplet: 67, 81 and 4B. RGB value is (103,129,75). Sum of RGB (Red+Green+Blue) = 103+129+75=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #67814B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67814B is #987EB4. Grayscale: #737373. Windows color (decimal): -9993909 or 4948327. OLE color: 4948327.
HSL color Cylindrical-coordinate representation of color #67814B: hue angle of 88.89º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #67814B is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 75 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.49 |
| HSL | 88.89º | 0.26% | 0.4% | - |
| HSV(B) | 88.89º | 0.42% | 0.51% | - |
| XYZ | 14.71 | 19.09 | 9.57 | - |
| YUV | 115.07 | 105.39 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 75 | 0.20 | 0 | 0.42 | 0.49 | 88.89 | 0.26 | 0.4 |
| Hex | 67 | 81 | 4B | 14 | 0 | 2A | 31 | 59 | 1A | 28 |
| Octal | 147 | 201 | 113 | 24 | 0 | 52 | 61 | 131 | 32 | 50 |
| Binary | 1100111 | 10000001 | 1001011 | 10100 | 0 | 101010 | 110001 | 1011001 | 11010 | 101000 |
Color Harmonies of #67814B
Complementary color
Monochromatic Colors of #67814B
Black with #67814B
Text Example
Text Example
White with #67814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67814B; }
p { color: rgb(103,129,75); }
H1.HeaderClassName
{
color: #67814B;
}
.AnyTagClassName
{
color: #67814B;
}
</style>
background-color css
<style>
a { background-color: #67814B; }
a { background-color: rgb(103,129,75); }
div.DivClassName
{
background-color: #67814B;
}
.BgClassName
{
background-color: #67814B;
}
</style>
border-color css
<style>
span { border-color: #67814B; }
span { border-color: rgb(103,129,75); }
td.TdClassName
{
border-color: #67814B;
}
.TagClassName
{
border-color: #67814B;
}
</style>