Shades of Dark Olive Green #5C782B
Tints of Dark Olive Green #5C782B
RGB
CMYK
RGB Variations
Color information
#5C782B (or 0x5C782B) is known color: Dark Olive Green. HEX triplet: 5C, 78 and 2B. RGB value is (92,120,43). Sum of RGB (Red+Green+Blue) = 92+120+43=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #5C782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C782B is #A387D4. Grayscale: #676767. Windows color (decimal): -10717141 or 2848860. OLE color: 2848860.
HSL color Cylindrical-coordinate representation of color #5C782B: hue angle of 81.82º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C782B is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 43 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.53 |
| HSL | 81.82º | 0.47% | 0.32% | - |
| HSV(B) | 81.82º | 0.64% | 0.47% | - |
| XYZ | 11.57 | 15.88 | 4.74 | - |
| YUV | 102.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 43 | 0.23 | 0 | 0.64 | 0.53 | 81.82 | 0.47 | 0.32 |
| Hex | 5C | 78 | 2B | 17 | 0 | 40 | 35 | 52 | 2F | 20 |
| Octal | 134 | 170 | 53 | 27 | 0 | 100 | 65 | 122 | 57 | 40 |
| Binary | 1011100 | 1111000 | 101011 | 10111 | 0 | 1000000 | 110101 | 1010010 | 101111 | 100000 |
Color Harmonies of #5C782B
Complementary color
Monochromatic Colors of #5C782B
Black with #5C782B
Text Example
Text Example
White with #5C782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C782B; }
p { color: rgb(92,120,43); }
H1.HeaderClassName
{
color: #5C782B;
}
.AnyTagClassName
{
color: #5C782B;
}
</style>
background-color css
<style>
a { background-color: #5C782B; }
a { background-color: rgb(92,120,43); }
div.DivClassName
{
background-color: #5C782B;
}
.BgClassName
{
background-color: #5C782B;
}
</style>
border-color css
<style>
span { border-color: #5C782B; }
span { border-color: rgb(92,120,43); }
td.TdClassName
{
border-color: #5C782B;
}
.TagClassName
{
border-color: #5C782B;
}
</style>