Shades of Dark Olive Green #5C6933
Tints of Dark Olive Green #5C6933
RGB
CMYK
RGB Variations
Color information
#5C6933 (or 0x5C6933) is known color: Dark Olive Green. HEX triplet: 5C, 69 and 33. RGB value is (92,105,51). Sum of RGB (Red+Green+Blue) = 92+105+51=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #5C6933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6933 is #A396CC. Grayscale: #5F5F5F. Windows color (decimal): -10720973 or 3369308. OLE color: 3369308.
HSL color Cylindrical-coordinate representation of color #5C6933: hue angle of 74.44º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C6933 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 105 | 51 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.59 |
| HSL | 74.44º | 0.35% | 0.31% | - |
| HSV(B) | 74.44º | 0.51% | 0.41% | - |
| XYZ | 10.06 | 12.62 | 5.04 | - |
| YUV | 94.96 | 103.19 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 105 | 51 | 0.12 | 0 | 0.51 | 0.59 | 74.44 | 0.35 | 0.31 |
| Hex | 5C | 69 | 33 | C | 0 | 33 | 3B | 4A | 23 | 1F |
| Octal | 134 | 151 | 63 | 14 | 0 | 63 | 73 | 112 | 43 | 37 |
| Binary | 1011100 | 1101001 | 110011 | 1100 | 0 | 110011 | 111011 | 1001010 | 100011 | 11111 |
Color Harmonies of #5C6933
Complementary color
Monochromatic Colors of #5C6933
Black with #5C6933
Text Example
Text Example
White with #5C6933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6933; }
p { color: rgb(92,105,51); }
H1.HeaderClassName
{
color: #5C6933;
}
.AnyTagClassName
{
color: #5C6933;
}
</style>
background-color css
<style>
a { background-color: #5C6933; }
a { background-color: rgb(92,105,51); }
div.DivClassName
{
background-color: #5C6933;
}
.BgClassName
{
background-color: #5C6933;
}
</style>
border-color css
<style>
span { border-color: #5C6933; }
span { border-color: rgb(92,105,51); }
td.TdClassName
{
border-color: #5C6933;
}
.TagClassName
{
border-color: #5C6933;
}
</style>