Shades of Dingley #6B7E3F
Tints of Dingley #6B7E3F
RGB
CMYK
RGB Variations
Color information
#6B7E3F (or 0x6B7E3F) is known color: Dingley. HEX triplet: 6B, 7E and 3F. RGB value is (107,126,63). Sum of RGB (Red+Green+Blue) = 107+126+63=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 126 - color contains mainly: green. Hex color #6B7E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7E3F is #9481C0. Grayscale: #717171. Windows color (decimal): -9732545 or 4161131. OLE color: 4161131.
HSL color Cylindrical-coordinate representation of color #6B7E3F: hue angle of 78.1º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B7E3F is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 126 | 63 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.51 |
| HSL | 78.1º | 0.33% | 0.37% | - |
| HSV(B) | 78.1º | 0.5% | 0.49% | - |
| XYZ | 14.42 | 18.41 | 7.5 | - |
| YUV | 113.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 63 | 0.15 | 0 | 0.50 | 0.51 | 78.1 | 0.33 | 0.37 |
| Hex | 6B | 7E | 3F | F | 0 | 32 | 33 | 4E | 21 | 25 |
| Octal | 153 | 176 | 77 | 17 | 0 | 62 | 63 | 116 | 41 | 45 |
| Binary | 1101011 | 1111110 | 111111 | 1111 | 0 | 110010 | 110011 | 1001110 | 100001 | 100101 |
Color Harmonies of #6B7E3F
Complementary color
Monochromatic Colors of #6B7E3F
Black with #6B7E3F
Text Example
Text Example
White with #6B7E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7E3F; }
p { color: rgb(107,126,63); }
H1.HeaderClassName
{
color: #6B7E3F;
}
.AnyTagClassName
{
color: #6B7E3F;
}
</style>
background-color css
<style>
a { background-color: #6B7E3F; }
a { background-color: rgb(107,126,63); }
div.DivClassName
{
background-color: #6B7E3F;
}
.BgClassName
{
background-color: #6B7E3F;
}
</style>
border-color css
<style>
span { border-color: #6B7E3F; }
span { border-color: rgb(107,126,63); }
td.TdClassName
{
border-color: #6B7E3F;
}
.TagClassName
{
border-color: #6B7E3F;
}
</style>