Shades of Dingley #67754B
Tints of Dingley #67754B
RGB
CMYK
RGB Variations
Color information
#67754B (or 0x67754B) is known color: Dingley. HEX triplet: 67, 75 and 4B. RGB value is (103,117,75). Sum of RGB (Red+Green+Blue) = 103+117+75=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #67754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67754B is #988AB4. Grayscale: #6C6C6C. Windows color (decimal): -9996981 or 4945255. OLE color: 4945255.
HSL color Cylindrical-coordinate representation of color #67754B: hue angle of 80º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67754B is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 117 | 75 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.54 |
| HSL | 80º | 0.22% | 0.38% | - |
| HSV(B) | 80º | 0.36% | 0.46% | - |
| XYZ | 13.22 | 16.11 | 9.07 | - |
| YUV | 108.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 117 | 75 | 0.12 | 0 | 0.36 | 0.54 | 80 | 0.22 | 0.38 |
| Hex | 67 | 75 | 4B | C | 0 | 24 | 36 | 50 | 16 | 26 |
| Octal | 147 | 165 | 113 | 14 | 0 | 44 | 66 | 120 | 26 | 46 |
| Binary | 1100111 | 1110101 | 1001011 | 1100 | 0 | 100100 | 110110 | 1010000 | 10110 | 100110 |
Color Harmonies of #67754B
Complementary color
Monochromatic Colors of #67754B
Black with #67754B
Text Example
Text Example
White with #67754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67754B; }
p { color: rgb(103,117,75); }
H1.HeaderClassName
{
color: #67754B;
}
.AnyTagClassName
{
color: #67754B;
}
</style>
background-color css
<style>
a { background-color: #67754B; }
a { background-color: rgb(103,117,75); }
div.DivClassName
{
background-color: #67754B;
}
.BgClassName
{
background-color: #67754B;
}
</style>
border-color css
<style>
span { border-color: #67754B; }
span { border-color: rgb(103,117,75); }
td.TdClassName
{
border-color: #67754B;
}
.TagClassName
{
border-color: #67754B;
}
</style>