Shades of Dingley #67923F
Tints of Dingley #67923F
RGB
CMYK
RGB Variations
Color information
#67923F (or 0x67923F) is known color: Dingley. HEX triplet: 67, 92 and 3F. RGB value is (103,146,63). Sum of RGB (Red+Green+Blue) = 103+146+63=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #67923F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67923F is #986DC0. Grayscale: #7B7B7B. Windows color (decimal): -9989569 or 4166247. OLE color: 4166247.
HSL color Cylindrical-coordinate representation of color #67923F: hue angle of 91.08º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67923F is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 146 | 63 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.43 |
| HSL | 91.08º | 0.4% | 0.41% | - |
| HSV(B) | 91.08º | 0.57% | 0.57% | - |
| XYZ | 16.77 | 23.8 | 8.41 | - |
| YUV | 123.68 | 93.75 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 63 | 0.29 | 0 | 0.57 | 0.43 | 91.08 | 0.4 | 0.41 |
| Hex | 67 | 92 | 3F | 1D | 0 | 39 | 2B | 5B | 28 | 29 |
| Octal | 147 | 222 | 77 | 35 | 0 | 71 | 53 | 133 | 50 | 51 |
| Binary | 1100111 | 10010010 | 111111 | 11101 | 0 | 111001 | 101011 | 1011011 | 101000 | 101001 |
Color Harmonies of #67923F
Complementary color
Monochromatic Colors of #67923F
Black with #67923F
Text Example
Text Example
White with #67923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67923F; }
p { color: rgb(103,146,63); }
H1.HeaderClassName
{
color: #67923F;
}
.AnyTagClassName
{
color: #67923F;
}
</style>
background-color css
<style>
a { background-color: #67923F; }
a { background-color: rgb(103,146,63); }
div.DivClassName
{
background-color: #67923F;
}
.BgClassName
{
background-color: #67923F;
}
</style>
border-color css
<style>
span { border-color: #67923F; }
span { border-color: rgb(103,146,63); }
td.TdClassName
{
border-color: #67923F;
}
.TagClassName
{
border-color: #67923F;
}
</style>