Shades of Dingley #6A813B
Tints of Dingley #6A813B
RGB
CMYK
RGB Variations
Color information
#6A813B (or 0x6A813B) is known color: Dingley. HEX triplet: 6A, 81 and 3B. RGB value is (106,129,59). Sum of RGB (Red+Green+Blue) = 106+129+59=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #6A813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A813B is #957EC4. Grayscale: #727272. Windows color (decimal): -9797317 or 3899754. OLE color: 3899754.
HSL color Cylindrical-coordinate representation of color #6A813B: hue angle of 79.71º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A813B is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 129 | 59 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.49 |
| HSL | 79.71º | 0.37% | 0.37% | - |
| HSV(B) | 79.71º | 0.54% | 0.51% | - |
| XYZ | 14.58 | 19.08 | 7.05 | - |
| YUV | 114.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 129 | 59 | 0.18 | 0 | 0.54 | 0.49 | 79.71 | 0.37 | 0.37 |
| Hex | 6A | 81 | 3B | 12 | 0 | 36 | 31 | 50 | 25 | 25 |
| Octal | 152 | 201 | 73 | 22 | 0 | 66 | 61 | 120 | 45 | 45 |
| Binary | 1101010 | 10000001 | 111011 | 10010 | 0 | 110110 | 110001 | 1010000 | 100101 | 100101 |
Color Harmonies of #6A813B
Complementary color
Monochromatic Colors of #6A813B
Black with #6A813B
Text Example
Text Example
White with #6A813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A813B; }
p { color: rgb(106,129,59); }
H1.HeaderClassName
{
color: #6A813B;
}
.AnyTagClassName
{
color: #6A813B;
}
</style>
background-color css
<style>
a { background-color: #6A813B; }
a { background-color: rgb(106,129,59); }
div.DivClassName
{
background-color: #6A813B;
}
.BgClassName
{
background-color: #6A813B;
}
</style>
border-color css
<style>
span { border-color: #6A813B; }
span { border-color: rgb(106,129,59); }
td.TdClassName
{
border-color: #6A813B;
}
.TagClassName
{
border-color: #6A813B;
}
</style>