Shades of Dingley #6A8C3D
Tints of Dingley #6A8C3D
RGB
CMYK
RGB Variations
Color information
#6A8C3D (or 0x6A8C3D) is known color: Dingley. HEX triplet: 6A, 8C and 3D. RGB value is (106,140,61). Sum of RGB (Red+Green+Blue) = 106+140+61=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 140 - color contains mainly: green. Hex color #6A8C3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8C3D is #9573C2. Grayscale: #797979. Windows color (decimal): -9794499 or 4033642. OLE color: 4033642.
HSL color Cylindrical-coordinate representation of color #6A8C3D: hue angle of 85.82º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A8C3D is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 140 | 61 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.45 |
| HSL | 85.82º | 0.39% | 0.39% | - |
| HSV(B) | 85.82º | 0.56% | 0.55% | - |
| XYZ | 16.16 | 22.16 | 7.84 | - |
| YUV | 120.83 | 94.24 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 140 | 61 | 0.24 | 0 | 0.56 | 0.45 | 85.82 | 0.39 | 0.39 |
| Hex | 6A | 8C | 3D | 18 | 0 | 38 | 2D | 56 | 27 | 27 |
| Octal | 152 | 214 | 75 | 30 | 0 | 70 | 55 | 126 | 47 | 47 |
| Binary | 1101010 | 10001100 | 111101 | 11000 | 0 | 111000 | 101101 | 1010110 | 100111 | 100111 |
Color Harmonies of #6A8C3D
Complementary color
Monochromatic Colors of #6A8C3D
Black with #6A8C3D
Text Example
Text Example
White with #6A8C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8C3D; }
p { color: rgb(106,140,61); }
H1.HeaderClassName
{
color: #6A8C3D;
}
.AnyTagClassName
{
color: #6A8C3D;
}
</style>
background-color css
<style>
a { background-color: #6A8C3D; }
a { background-color: rgb(106,140,61); }
div.DivClassName
{
background-color: #6A8C3D;
}
.BgClassName
{
background-color: #6A8C3D;
}
</style>
border-color css
<style>
span { border-color: #6A8C3D; }
span { border-color: rgb(106,140,61); }
td.TdClassName
{
border-color: #6A8C3D;
}
.TagClassName
{
border-color: #6A8C3D;
}
</style>