Shades of Dark Olive Green #546723
Tints of Dark Olive Green #546723
RGB
CMYK
RGB Variations
Color information
#546723 (or 0x546723) is known color: Dark Olive Green. HEX triplet: 54, 67 and 23. RGB value is (84,103,35). Sum of RGB (Red+Green+Blue) = 84+103+35=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 103 - color contains mainly: green. Hex color #546723 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546723 is #AB98DC. Grayscale: #595959. Windows color (decimal): -11245789 or 2320212. OLE color: 2320212.
HSL color Cylindrical-coordinate representation of color #546723: hue angle of 76.76º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #546723 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 103 | 35 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.60 |
| HSL | 76.76º | 0.49% | 0.27% | - |
| HSV(B) | 76.76º | 0.66% | 0.4% | - |
| XYZ | 8.81 | 11.71 | 3.39 | - |
| YUV | 89.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 103 | 35 | 0.18 | 0 | 0.66 | 0.60 | 76.76 | 0.49 | 0.27 |
| Hex | 54 | 67 | 23 | 12 | 0 | 42 | 3C | 4D | 31 | 1B |
| Octal | 124 | 147 | 43 | 22 | 0 | 102 | 74 | 115 | 61 | 33 |
| Binary | 1010100 | 1100111 | 100011 | 10010 | 0 | 1000010 | 111100 | 1001101 | 110001 | 11011 |
Color Harmonies of #546723
Complementary color
Monochromatic Colors of #546723
Black with #546723
Text Example
Text Example
White with #546723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546723; }
p { color: rgb(84,103,35); }
H1.HeaderClassName
{
color: #546723;
}
.AnyTagClassName
{
color: #546723;
}
</style>
background-color css
<style>
a { background-color: #546723; }
a { background-color: rgb(84,103,35); }
div.DivClassName
{
background-color: #546723;
}
.BgClassName
{
background-color: #546723;
}
</style>
border-color css
<style>
span { border-color: #546723; }
span { border-color: rgb(84,103,35); }
td.TdClassName
{
border-color: #546723;
}
.TagClassName
{
border-color: #546723;
}
</style>