Shades of Dingley #6B833C
Tints of Dingley #6B833C
RGB
CMYK
RGB Variations
Color information
#6B833C (or 0x6B833C) is known color: Dingley. HEX triplet: 6B, 83 and 3C. RGB value is (107,131,60). Sum of RGB (Red+Green+Blue) = 107+131+60=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #6B833C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B833C is #947CC3. Grayscale: #737373. Windows color (decimal): -9731268 or 3965803. OLE color: 3965803.
HSL color Cylindrical-coordinate representation of color #6B833C: hue angle of 80.28º 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 #6B833C is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 131 | 60 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.49 |
| HSL | 80.28º | 0.37% | 0.37% | - |
| HSV(B) | 80.28º | 0.54% | 0.51% | - |
| XYZ | 15 | 19.68 | 7.28 | - |
| YUV | 115.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 131 | 60 | 0.18 | 0 | 0.54 | 0.49 | 80.28 | 0.37 | 0.37 |
| Hex | 6B | 83 | 3C | 12 | 0 | 36 | 31 | 50 | 25 | 25 |
| Octal | 153 | 203 | 74 | 22 | 0 | 66 | 61 | 120 | 45 | 45 |
| Binary | 1101011 | 10000011 | 111100 | 10010 | 0 | 110110 | 110001 | 1010000 | 100101 | 100101 |
Color Harmonies of #6B833C
Complementary color
Monochromatic Colors of #6B833C
Black with #6B833C
Text Example
Text Example
White with #6B833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B833C; }
p { color: rgb(107,131,60); }
H1.HeaderClassName
{
color: #6B833C;
}
.AnyTagClassName
{
color: #6B833C;
}
</style>
background-color css
<style>
a { background-color: #6B833C; }
a { background-color: rgb(107,131,60); }
div.DivClassName
{
background-color: #6B833C;
}
.BgClassName
{
background-color: #6B833C;
}
</style>
border-color css
<style>
span { border-color: #6B833C; }
span { border-color: rgb(107,131,60); }
td.TdClassName
{
border-color: #6B833C;
}
.TagClassName
{
border-color: #6B833C;
}
</style>