Shades of Dingley #67903F
Tints of Dingley #67903F
RGB
CMYK
RGB Variations
Color information
#67903F (or 0x67903F) is known color: Dingley. HEX triplet: 67, 90 and 3F. RGB value is (103,144,63). Sum of RGB (Red+Green+Blue) = 103+144+63=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #67903F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67903F is #986FC0. Grayscale: #7A7A7A. Windows color (decimal): -9990081 or 4165735. OLE color: 4165735.
HSL color Cylindrical-coordinate representation of color #67903F: hue angle of 90.37º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67903F is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 63 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.44 |
| HSL | 90.37º | 0.39% | 0.41% | - |
| HSV(B) | 90.37º | 0.56% | 0.56% | - |
| XYZ | 16.46 | 23.19 | 8.31 | - |
| YUV | 122.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 63 | 0.28 | 0 | 0.56 | 0.44 | 90.37 | 0.39 | 0.41 |
| Hex | 67 | 90 | 3F | 1C | 0 | 38 | 2C | 5A | 27 | 29 |
| Octal | 147 | 220 | 77 | 34 | 0 | 70 | 54 | 132 | 47 | 51 |
| Binary | 1100111 | 10010000 | 111111 | 11100 | 0 | 111000 | 101100 | 1011010 | 100111 | 101001 |
Color Harmonies of #67903F
Complementary color
Monochromatic Colors of #67903F
Black with #67903F
Text Example
Text Example
White with #67903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67903F; }
p { color: rgb(103,144,63); }
H1.HeaderClassName
{
color: #67903F;
}
.AnyTagClassName
{
color: #67903F;
}
</style>
background-color css
<style>
a { background-color: #67903F; }
a { background-color: rgb(103,144,63); }
div.DivClassName
{
background-color: #67903F;
}
.BgClassName
{
background-color: #67903F;
}
</style>
border-color css
<style>
span { border-color: #67903F; }
span { border-color: rgb(103,144,63); }
td.TdClassName
{
border-color: #67903F;
}
.TagClassName
{
border-color: #67903F;
}
</style>