Shades of Dingley #6B7D3C
Tints of Dingley #6B7D3C
RGB
CMYK
RGB Variations
Color information
#6B7D3C (or 0x6B7D3C) is known color: Dingley. HEX triplet: 6B, 7D and 3C. RGB value is (107,125,60). Sum of RGB (Red+Green+Blue) = 107+125+60=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 125 - color contains mainly: green. Hex color #6B7D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7D3C is #9482C3. Grayscale: #707070. Windows color (decimal): -9732804 or 3964267. OLE color: 3964267.
HSL color Cylindrical-coordinate representation of color #6B7D3C: hue angle of 76.62º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B7D3C is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 125 | 60 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.51 |
| HSL | 76.62º | 0.35% | 0.36% | - |
| HSV(B) | 76.62º | 0.52% | 0.49% | - |
| XYZ | 14.21 | 18.12 | 7.02 | - |
| YUV | 112.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 125 | 60 | 0.14 | 0 | 0.52 | 0.51 | 76.62 | 0.35 | 0.36 |
| Hex | 6B | 7D | 3C | E | 0 | 34 | 33 | 4D | 23 | 24 |
| Octal | 153 | 175 | 74 | 16 | 0 | 64 | 63 | 115 | 43 | 44 |
| Binary | 1101011 | 1111101 | 111100 | 1110 | 0 | 110100 | 110011 | 1001101 | 100011 | 100100 |
Color Harmonies of #6B7D3C
Complementary color
Monochromatic Colors of #6B7D3C
Black with #6B7D3C
Text Example
Text Example
White with #6B7D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7D3C; }
p { color: rgb(107,125,60); }
H1.HeaderClassName
{
color: #6B7D3C;
}
.AnyTagClassName
{
color: #6B7D3C;
}
</style>
background-color css
<style>
a { background-color: #6B7D3C; }
a { background-color: rgb(107,125,60); }
div.DivClassName
{
background-color: #6B7D3C;
}
.BgClassName
{
background-color: #6B7D3C;
}
</style>
border-color css
<style>
span { border-color: #6B7D3C; }
span { border-color: rgb(107,125,60); }
td.TdClassName
{
border-color: #6B7D3C;
}
.TagClassName
{
border-color: #6B7D3C;
}
</style>