Shades of Dingley #6A833C
Tints of Dingley #6A833C
RGB
CMYK
RGB Variations
Color information
#6A833C (or 0x6A833C) is known color: Dingley. HEX triplet: 6A, 83 and 3C. RGB value is (106,131,60). Sum of RGB (Red+Green+Blue) = 106+131+60=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #6A833C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A833C is #957CC3. Grayscale: #737373. Windows color (decimal): -9796804 or 3965802. OLE color: 3965802.
HSL color Cylindrical-coordinate representation of color #6A833C: hue angle of 81.13º 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 #6A833C is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 131 | 60 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.49 |
| HSL | 81.13º | 0.37% | 0.37% | - |
| HSV(B) | 81.13º | 0.54% | 0.51% | - |
| XYZ | 14.88 | 19.62 | 7.28 | - |
| YUV | 115.43 | 96.72 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 131 | 60 | 0.19 | 0 | 0.54 | 0.49 | 81.13 | 0.37 | 0.37 |
| Hex | 6A | 83 | 3C | 13 | 0 | 36 | 31 | 51 | 25 | 25 |
| Octal | 152 | 203 | 74 | 23 | 0 | 66 | 61 | 121 | 45 | 45 |
| Binary | 1101010 | 10000011 | 111100 | 10011 | 0 | 110110 | 110001 | 1010001 | 100101 | 100101 |
Color Harmonies of #6A833C
Complementary color
Monochromatic Colors of #6A833C
Black with #6A833C
Text Example
Text Example
White with #6A833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A833C; }
p { color: rgb(106,131,60); }
H1.HeaderClassName
{
color: #6A833C;
}
.AnyTagClassName
{
color: #6A833C;
}
</style>
background-color css
<style>
a { background-color: #6A833C; }
a { background-color: rgb(106,131,60); }
div.DivClassName
{
background-color: #6A833C;
}
.BgClassName
{
background-color: #6A833C;
}
</style>
border-color css
<style>
span { border-color: #6A833C; }
span { border-color: rgb(106,131,60); }
td.TdClassName
{
border-color: #6A833C;
}
.TagClassName
{
border-color: #6A833C;
}
</style>