Shades of Dingley #699541
Tints of Dingley #699541
RGB
CMYK
RGB Variations
Color information
#699541 (or 0x699541) is known color: Dingley. HEX triplet: 69, 95 and 41. RGB value is (105,149,65). Sum of RGB (Red+Green+Blue) = 105+149+65=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #699541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699541 is #966ABE. Grayscale: #7E7E7E. Windows color (decimal): -9857727 or 4298089. OLE color: 4298089.
HSL color Cylindrical-coordinate representation of color #699541: hue angle of 91.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #699541 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 65 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.42 |
| HSL | 91.43º | 0.39% | 0.42% | - |
| HSV(B) | 91.43º | 0.56% | 0.58% | - |
| XYZ | 17.53 | 24.88 | 8.88 | - |
| YUV | 126.27 | 93.42 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 65 | 0.30 | 0 | 0.56 | 0.42 | 91.43 | 0.39 | 0.42 |
| Hex | 69 | 95 | 41 | 1E | 0 | 38 | 2A | 5B | 27 | 2A |
| Octal | 151 | 225 | 101 | 36 | 0 | 70 | 52 | 133 | 47 | 52 |
| Binary | 1101001 | 10010101 | 1000001 | 11110 | 0 | 111000 | 101010 | 1011011 | 100111 | 101010 |
Color Harmonies of #699541
Complementary color
Monochromatic Colors of #699541
Black with #699541
Text Example
Text Example
White with #699541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699541; }
p { color: rgb(105,149,65); }
H1.HeaderClassName
{
color: #699541;
}
.AnyTagClassName
{
color: #699541;
}
</style>
background-color css
<style>
a { background-color: #699541; }
a { background-color: rgb(105,149,65); }
div.DivClassName
{
background-color: #699541;
}
.BgClassName
{
background-color: #699541;
}
</style>
border-color css
<style>
span { border-color: #699541; }
span { border-color: rgb(105,149,65); }
td.TdClassName
{
border-color: #699541;
}
.TagClassName
{
border-color: #699541;
}
</style>