Shades of Dingley #6A8B4A
Tints of Dingley #6A8B4A
RGB
CMYK
RGB Variations
Color information
#6A8B4A (or 0x6A8B4A) is known color: Dingley. HEX triplet: 6A, 8B and 4A. RGB value is (106,139,74). Sum of RGB (Red+Green+Blue) = 106+139+74=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #6A8B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8B4A is #9574B5. Grayscale: #797979. Windows color (decimal): -9794742 or 4885354. OLE color: 4885354.
HSL color Cylindrical-coordinate representation of color #6A8B4A: hue angle of 90.46º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A8B4A is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 139 | 74 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.45 |
| HSL | 90.46º | 0.31% | 0.42% | - |
| HSV(B) | 90.46º | 0.47% | 0.55% | - |
| XYZ | 16.41 | 22.02 | 9.86 | - |
| YUV | 121.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 139 | 74 | 0.24 | 0 | 0.47 | 0.45 | 90.46 | 0.31 | 0.42 |
| Hex | 6A | 8B | 4A | 18 | 0 | 2F | 2D | 5A | 1F | 2A |
| Octal | 152 | 213 | 112 | 30 | 0 | 57 | 55 | 132 | 37 | 52 |
| Binary | 1101010 | 10001011 | 1001010 | 11000 | 0 | 101111 | 101101 | 1011010 | 11111 | 101010 |
Color Harmonies of #6A8B4A
Complementary color
Monochromatic Colors of #6A8B4A
Black with #6A8B4A
Text Example
Text Example
White with #6A8B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8B4A; }
p { color: rgb(106,139,74); }
H1.HeaderClassName
{
color: #6A8B4A;
}
.AnyTagClassName
{
color: #6A8B4A;
}
</style>
background-color css
<style>
a { background-color: #6A8B4A; }
a { background-color: rgb(106,139,74); }
div.DivClassName
{
background-color: #6A8B4A;
}
.BgClassName
{
background-color: #6A8B4A;
}
</style>
border-color css
<style>
span { border-color: #6A8B4A; }
span { border-color: rgb(106,139,74); }
td.TdClassName
{
border-color: #6A8B4A;
}
.TagClassName
{
border-color: #6A8B4A;
}
</style>