Shades of Dingley #6B924A
Tints of Dingley #6B924A
RGB
CMYK
RGB Variations
Color information
#6B924A (or 0x6B924A) is known color: Dingley. HEX triplet: 6B, 92 and 4A. RGB value is (107,146,74). Sum of RGB (Red+Green+Blue) = 107+146+74=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #6B924A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B924A is #946DB5. Grayscale: #7E7E7E. Windows color (decimal): -9727414 or 4887147. OLE color: 4887147.
HSL color Cylindrical-coordinate representation of color #6B924A: hue angle of 92.5º degrees, saturation: 0.33, 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 #6B924A is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 146 | 74 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.43 |
| HSL | 92.5º | 0.33% | 0.43% | - |
| HSV(B) | 92.5º | 0.49% | 0.57% | - |
| XYZ | 17.58 | 24.18 | 10.22 | - |
| YUV | 126.13 | 98.58 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 74 | 0.27 | 0 | 0.49 | 0.43 | 92.5 | 0.33 | 0.43 |
| Hex | 6B | 92 | 4A | 1B | 0 | 31 | 2B | 5C | 21 | 2B |
| Octal | 153 | 222 | 112 | 33 | 0 | 61 | 53 | 134 | 41 | 53 |
| Binary | 1101011 | 10010010 | 1001010 | 11011 | 0 | 110001 | 101011 | 1011100 | 100001 | 101011 |
Color Harmonies of #6B924A
Complementary color
Monochromatic Colors of #6B924A
Black with #6B924A
Text Example
Text Example
White with #6B924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B924A; }
p { color: rgb(107,146,74); }
H1.HeaderClassName
{
color: #6B924A;
}
.AnyTagClassName
{
color: #6B924A;
}
</style>
background-color css
<style>
a { background-color: #6B924A; }
a { background-color: rgb(107,146,74); }
div.DivClassName
{
background-color: #6B924A;
}
.BgClassName
{
background-color: #6B924A;
}
</style>
border-color css
<style>
span { border-color: #6B924A; }
span { border-color: rgb(107,146,74); }
td.TdClassName
{
border-color: #6B924A;
}
.TagClassName
{
border-color: #6B924A;
}
</style>