Shades of Dingley #69914A
Tints of Dingley #69914A
RGB
CMYK
RGB Variations
Color information
#69914A (or 0x69914A) is known color: Dingley. HEX triplet: 69, 91 and 4A. RGB value is (105,145,74). Sum of RGB (Red+Green+Blue) = 105+145+74=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #69914A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69914A is #966EB5. Grayscale: #7D7D7D. Windows color (decimal): -9858742 or 4886889. OLE color: 4886889.
HSL color Cylindrical-coordinate representation of color #69914A: hue angle of 93.8º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69914A is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 74 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.43 |
| HSL | 93.8º | 0.32% | 0.43% | - |
| HSV(B) | 93.8º | 0.49% | 0.57% | - |
| XYZ | 17.19 | 23.75 | 10.16 | - |
| YUV | 124.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 74 | 0.28 | 0 | 0.49 | 0.43 | 93.8 | 0.32 | 0.43 |
| Hex | 69 | 91 | 4A | 1C | 0 | 31 | 2B | 5E | 20 | 2B |
| Octal | 151 | 221 | 112 | 34 | 0 | 61 | 53 | 136 | 40 | 53 |
| Binary | 1101001 | 10010001 | 1001010 | 11100 | 0 | 110001 | 101011 | 1011110 | 100000 | 101011 |
Color Harmonies of #69914A
Complementary color
Monochromatic Colors of #69914A
Black with #69914A
Text Example
Text Example
White with #69914A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69914A; }
p { color: rgb(105,145,74); }
H1.HeaderClassName
{
color: #69914A;
}
.AnyTagClassName
{
color: #69914A;
}
</style>
background-color css
<style>
a { background-color: #69914A; }
a { background-color: rgb(105,145,74); }
div.DivClassName
{
background-color: #69914A;
}
.BgClassName
{
background-color: #69914A;
}
</style>
border-color css
<style>
span { border-color: #69914A; }
span { border-color: rgb(105,145,74); }
td.TdClassName
{
border-color: #69914A;
}
.TagClassName
{
border-color: #69914A;
}
</style>