Shades of Dingley #6B7F3C
Tints of Dingley #6B7F3C
RGB
CMYK
RGB Variations
Color information
#6B7F3C (or 0x6B7F3C) is known color: Dingley. HEX triplet: 6B, 7F and 3C. RGB value is (107,127,60). Sum of RGB (Red+Green+Blue) = 107+127+60=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 127 - color contains mainly: green. Hex color #6B7F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7F3C is #9480C3. Grayscale: #717171. Windows color (decimal): -9732292 or 3964779. OLE color: 3964779.
HSL color Cylindrical-coordinate representation of color #6B7F3C: hue angle of 77.91º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B7F3C is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 127 | 60 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.50 |
| HSL | 77.91º | 0.36% | 0.37% | - |
| HSV(B) | 77.91º | 0.53% | 0.5% | - |
| XYZ | 14.47 | 18.63 | 7.11 | - |
| YUV | 113.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 60 | 0.16 | 0 | 0.53 | 0.50 | 77.91 | 0.36 | 0.37 |
| Hex | 6B | 7F | 3C | 10 | 0 | 35 | 32 | 4E | 24 | 25 |
| Octal | 153 | 177 | 74 | 20 | 0 | 65 | 62 | 116 | 44 | 45 |
| Binary | 1101011 | 1111111 | 111100 | 10000 | 0 | 110101 | 110010 | 1001110 | 100100 | 100101 |
Color Harmonies of #6B7F3C
Complementary color
Monochromatic Colors of #6B7F3C
Black with #6B7F3C
Text Example
Text Example
White with #6B7F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7F3C; }
p { color: rgb(107,127,60); }
H1.HeaderClassName
{
color: #6B7F3C;
}
.AnyTagClassName
{
color: #6B7F3C;
}
</style>
background-color css
<style>
a { background-color: #6B7F3C; }
a { background-color: rgb(107,127,60); }
div.DivClassName
{
background-color: #6B7F3C;
}
.BgClassName
{
background-color: #6B7F3C;
}
</style>
border-color css
<style>
span { border-color: #6B7F3C; }
span { border-color: rgb(107,127,60); }
td.TdClassName
{
border-color: #6B7F3C;
}
.TagClassName
{
border-color: #6B7F3C;
}
</style>