Shades of Dingley #677B4B
Tints of Dingley #677B4B
RGB
CMYK
RGB Variations
Color information
#677B4B (or 0x677B4B) is known color: Dingley. HEX triplet: 67, 7B and 4B. RGB value is (103,123,75). Sum of RGB (Red+Green+Blue) = 103+123+75=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 123 - color contains mainly: green. Hex color #677B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677B4B is #9884B4. Grayscale: #6F6F6F. Windows color (decimal): -9995445 or 4946791. OLE color: 4946791.
HSL color Cylindrical-coordinate representation of color #677B4B: hue angle of 85º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #677B4B is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 123 | 75 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.52 |
| HSL | 85º | 0.24% | 0.39% | - |
| HSV(B) | 85º | 0.39% | 0.48% | - |
| XYZ | 13.95 | 17.56 | 9.31 | - |
| YUV | 111.55 | 107.37 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 75 | 0.16 | 0 | 0.39 | 0.52 | 85 | 0.24 | 0.39 |
| Hex | 67 | 7B | 4B | 10 | 0 | 27 | 34 | 55 | 18 | 27 |
| Octal | 147 | 173 | 113 | 20 | 0 | 47 | 64 | 125 | 30 | 47 |
| Binary | 1100111 | 1111011 | 1001011 | 10000 | 0 | 100111 | 110100 | 1010101 | 11000 | 100111 |
Color Harmonies of #677B4B
Complementary color
Monochromatic Colors of #677B4B
Black with #677B4B
Text Example
Text Example
White with #677B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B4B; }
p { color: rgb(103,123,75); }
H1.HeaderClassName
{
color: #677B4B;
}
.AnyTagClassName
{
color: #677B4B;
}
</style>
background-color css
<style>
a { background-color: #677B4B; }
a { background-color: rgb(103,123,75); }
div.DivClassName
{
background-color: #677B4B;
}
.BgClassName
{
background-color: #677B4B;
}
</style>
border-color css
<style>
span { border-color: #677B4B; }
span { border-color: rgb(103,123,75); }
td.TdClassName
{
border-color: #677B4B;
}
.TagClassName
{
border-color: #677B4B;
}
</style>