Shades of Dark Olive Green #5C7926
Tints of Dark Olive Green #5C7926
RGB
CMYK
RGB Variations
Color information
#5C7926 (or 0x5C7926) is known color: Dark Olive Green. HEX triplet: 5C, 79 and 26. RGB value is (92,121,38). Sum of RGB (Red+Green+Blue) = 92+121+38=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #5C7926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7926 is #A386D9. Grayscale: #676767. Windows color (decimal): -10716890 or 2521436. OLE color: 2521436.
HSL color Cylindrical-coordinate representation of color #5C7926: hue angle of 80.96º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C7926 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 121 | 38 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.53 |
| HSL | 80.96º | 0.52% | 0.31% | - |
| HSV(B) | 80.96º | 0.69% | 0.47% | - |
| XYZ | 11.6 | 16.09 | 4.33 | - |
| YUV | 102.87 | 91.39 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 38 | 0.24 | 0 | 0.69 | 0.53 | 80.96 | 0.52 | 0.31 |
| Hex | 5C | 79 | 26 | 18 | 0 | 45 | 35 | 51 | 34 | 1F |
| Octal | 134 | 171 | 46 | 30 | 0 | 105 | 65 | 121 | 64 | 37 |
| Binary | 1011100 | 1111001 | 100110 | 11000 | 0 | 1000101 | 110101 | 1010001 | 110100 | 11111 |
Color Harmonies of #5C7926
Complementary color
Monochromatic Colors of #5C7926
Black with #5C7926
Text Example
Text Example
White with #5C7926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7926; }
p { color: rgb(92,121,38); }
H1.HeaderClassName
{
color: #5C7926;
}
.AnyTagClassName
{
color: #5C7926;
}
</style>
background-color css
<style>
a { background-color: #5C7926; }
a { background-color: rgb(92,121,38); }
div.DivClassName
{
background-color: #5C7926;
}
.BgClassName
{
background-color: #5C7926;
}
</style>
border-color css
<style>
span { border-color: #5C7926; }
span { border-color: rgb(92,121,38); }
td.TdClassName
{
border-color: #5C7926;
}
.TagClassName
{
border-color: #5C7926;
}
</style>