Shades of Dark Olive Green #5C7626
Tints of Dark Olive Green #5C7626
RGB
CMYK
RGB Variations
Color information
#5C7626 (or 0x5C7626) is known color: Dark Olive Green. HEX triplet: 5C, 76 and 26. RGB value is (92,118,38). Sum of RGB (Red+Green+Blue) = 92+118+38=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7626 is #A389D9. Grayscale: #656565. Windows color (decimal): -10717658 or 2520668. OLE color: 2520668.
HSL color Cylindrical-coordinate representation of color #5C7626: hue angle of 79.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C7626 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 118 | 38 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.54 |
| HSL | 79.5º | 0.51% | 0.31% | - |
| HSV(B) | 79.5º | 0.68% | 0.46% | - |
| XYZ | 11.24 | 15.37 | 4.21 | - |
| YUV | 101.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 38 | 0.22 | 0 | 0.68 | 0.54 | 79.5 | 0.51 | 0.31 |
| Hex | 5C | 76 | 26 | 16 | 0 | 44 | 36 | 50 | 33 | 1F |
| Octal | 134 | 166 | 46 | 26 | 0 | 104 | 66 | 120 | 63 | 37 |
| Binary | 1011100 | 1110110 | 100110 | 10110 | 0 | 1000100 | 110110 | 1010000 | 110011 | 11111 |
Color Harmonies of #5C7626
Complementary color
Monochromatic Colors of #5C7626
Black with #5C7626
Text Example
Text Example
White with #5C7626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7626; }
p { color: rgb(92,118,38); }
H1.HeaderClassName
{
color: #5C7626;
}
.AnyTagClassName
{
color: #5C7626;
}
</style>
background-color css
<style>
a { background-color: #5C7626; }
a { background-color: rgb(92,118,38); }
div.DivClassName
{
background-color: #5C7626;
}
.BgClassName
{
background-color: #5C7626;
}
</style>
border-color css
<style>
span { border-color: #5C7626; }
span { border-color: rgb(92,118,38); }
td.TdClassName
{
border-color: #5C7626;
}
.TagClassName
{
border-color: #5C7626;
}
</style>