Shades of Dark Olive Green #5C7630
Tints of Dark Olive Green #5C7630
RGB
CMYK
RGB Variations
Color information
#5C7630 (or 0x5C7630) is known color: Dark Olive Green. HEX triplet: 5C, 76 and 30. RGB value is (92,118,48). Sum of RGB (Red+Green+Blue) = 92+118+48=258 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.66% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7630 is #A389CF. Grayscale: #666666. Windows color (decimal): -10717648 or 3176028. OLE color: 3176028.
HSL color Cylindrical-coordinate representation of color #5C7630: hue angle of 82.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C7630 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 118 | 48 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.54 |
| HSL | 82.29º | 0.42% | 0.33% | - |
| HSV(B) | 82.29º | 0.59% | 0.46% | - |
| XYZ | 11.43 | 15.45 | 5.18 | - |
| YUV | 102.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 48 | 0.22 | 0 | 0.59 | 0.54 | 82.29 | 0.42 | 0.33 |
| Hex | 5C | 76 | 30 | 16 | 0 | 3B | 36 | 52 | 2A | 21 |
| Octal | 134 | 166 | 60 | 26 | 0 | 73 | 66 | 122 | 52 | 41 |
| Binary | 1011100 | 1110110 | 110000 | 10110 | 0 | 111011 | 110110 | 1010010 | 101010 | 100001 |
Color Harmonies of #5C7630
Complementary color
Monochromatic Colors of #5C7630
Black with #5C7630
Text Example
Text Example
White with #5C7630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7630; }
p { color: rgb(92,118,48); }
H1.HeaderClassName
{
color: #5C7630;
}
.AnyTagClassName
{
color: #5C7630;
}
</style>
background-color css
<style>
a { background-color: #5C7630; }
a { background-color: rgb(92,118,48); }
div.DivClassName
{
background-color: #5C7630;
}
.BgClassName
{
background-color: #5C7630;
}
</style>
border-color css
<style>
span { border-color: #5C7630; }
span { border-color: rgb(92,118,48); }
td.TdClassName
{
border-color: #5C7630;
}
.TagClassName
{
border-color: #5C7630;
}
</style>