Shades of Dark Olive Green #5C722A
Tints of Dark Olive Green #5C722A
RGB
CMYK
RGB Variations
Color information
#5C722A (or 0x5C722A) is known color: Dark Olive Green. HEX triplet: 5C, 72 and 2A. RGB value is (92,114,42). Sum of RGB (Red+Green+Blue) = 92+114+42=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #5C722A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C722A is #A38DD5. Grayscale: #636363. Windows color (decimal): -10718678 or 2781788. OLE color: 2781788.
HSL color Cylindrical-coordinate representation of color #5C722A: hue angle of 78.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C722A is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 114 | 42 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.55 |
| HSL | 78.33º | 0.46% | 0.31% | - |
| HSV(B) | 78.33º | 0.63% | 0.45% | - |
| XYZ | 10.85 | 14.48 | 4.41 | - |
| YUV | 99.21 | 95.71 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 114 | 42 | 0.19 | 0 | 0.63 | 0.55 | 78.33 | 0.46 | 0.31 |
| Hex | 5C | 72 | 2A | 13 | 0 | 3F | 37 | 4E | 2E | 1F |
| Octal | 134 | 162 | 52 | 23 | 0 | 77 | 67 | 116 | 56 | 37 |
| Binary | 1011100 | 1110010 | 101010 | 10011 | 0 | 111111 | 110111 | 1001110 | 101110 | 11111 |
Color Harmonies of #5C722A
Complementary color
Monochromatic Colors of #5C722A
Black with #5C722A
Text Example
Text Example
White with #5C722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C722A; }
p { color: rgb(92,114,42); }
H1.HeaderClassName
{
color: #5C722A;
}
.AnyTagClassName
{
color: #5C722A;
}
</style>
background-color css
<style>
a { background-color: #5C722A; }
a { background-color: rgb(92,114,42); }
div.DivClassName
{
background-color: #5C722A;
}
.BgClassName
{
background-color: #5C722A;
}
</style>
border-color css
<style>
span { border-color: #5C722A; }
span { border-color: rgb(92,114,42); }
td.TdClassName
{
border-color: #5C722A;
}
.TagClassName
{
border-color: #5C722A;
}
</style>