Shades of Dingley #698F4B
Tints of Dingley #698F4B
RGB
CMYK
RGB Variations
Color information
#698F4B (or 0x698F4B) is known color: Dingley. HEX triplet: 69, 8F and 4B. RGB value is (105,143,75). Sum of RGB (Red+Green+Blue) = 105+143+75=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 143 - color contains mainly: green. Hex color #698F4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698F4B is #9670B4. Grayscale: #7C7C7C. Windows color (decimal): -9859253 or 4951913. OLE color: 4951913.
HSL color Cylindrical-coordinate representation of color #698F4B: hue angle of 93.53º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #698F4B is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 143 | 75 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.44 |
| HSL | 93.53º | 0.31% | 0.43% | - |
| HSV(B) | 93.53º | 0.48% | 0.56% | - |
| XYZ | 16.92 | 23.16 | 10.23 | - |
| YUV | 123.89 | 100.41 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 75 | 0.27 | 0 | 0.48 | 0.44 | 93.53 | 0.31 | 0.43 |
| Hex | 69 | 8F | 4B | 1B | 0 | 30 | 2C | 5E | 1F | 2B |
| Octal | 151 | 217 | 113 | 33 | 0 | 60 | 54 | 136 | 37 | 53 |
| Binary | 1101001 | 10001111 | 1001011 | 11011 | 0 | 110000 | 101100 | 1011110 | 11111 | 101011 |
Color Harmonies of #698F4B
Complementary color
Monochromatic Colors of #698F4B
Black with #698F4B
Text Example
Text Example
White with #698F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698F4B; }
p { color: rgb(105,143,75); }
H1.HeaderClassName
{
color: #698F4B;
}
.AnyTagClassName
{
color: #698F4B;
}
</style>
background-color css
<style>
a { background-color: #698F4B; }
a { background-color: rgb(105,143,75); }
div.DivClassName
{
background-color: #698F4B;
}
.BgClassName
{
background-color: #698F4B;
}
</style>
border-color css
<style>
span { border-color: #698F4B; }
span { border-color: rgb(105,143,75); }
td.TdClassName
{
border-color: #698F4B;
}
.TagClassName
{
border-color: #698F4B;
}
</style>