Shades of Dark Olive Green #5C6B2D
Tints of Dark Olive Green #5C6B2D
RGB
CMYK
RGB Variations
Color information
#5C6B2D (or 0x5C6B2D) is known color: Dark Olive Green. HEX triplet: 5C, 6B and 2D. RGB value is (92,107,45). Sum of RGB (Red+Green+Blue) = 92+107+45=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #5C6B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6B2D is #A394D2. Grayscale: #5F5F5F. Windows color (decimal): -10720467 or 2976604. OLE color: 2976604.
HSL color Cylindrical-coordinate representation of color #5C6B2D: hue angle of 74.52º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C6B2D is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 107 | 45 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.58 |
| HSL | 74.52º | 0.41% | 0.3% | - |
| HSV(B) | 74.52º | 0.58% | 0.42% | - |
| XYZ | 10.14 | 12.98 | 4.45 | - |
| YUV | 95.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 107 | 45 | 0.14 | 0 | 0.58 | 0.58 | 74.52 | 0.41 | 0.3 |
| Hex | 5C | 6B | 2D | E | 0 | 3A | 3A | 4B | 29 | 1E |
| Octal | 134 | 153 | 55 | 16 | 0 | 72 | 72 | 113 | 51 | 36 |
| Binary | 1011100 | 1101011 | 101101 | 1110 | 0 | 111010 | 111010 | 1001011 | 101001 | 11110 |
Color Harmonies of #5C6B2D
Complementary color
Monochromatic Colors of #5C6B2D
Black with #5C6B2D
Text Example
Text Example
White with #5C6B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6B2D; }
p { color: rgb(92,107,45); }
H1.HeaderClassName
{
color: #5C6B2D;
}
.AnyTagClassName
{
color: #5C6B2D;
}
</style>
background-color css
<style>
a { background-color: #5C6B2D; }
a { background-color: rgb(92,107,45); }
div.DivClassName
{
background-color: #5C6B2D;
}
.BgClassName
{
background-color: #5C6B2D;
}
</style>
border-color css
<style>
span { border-color: #5C6B2D; }
span { border-color: rgb(92,107,45); }
td.TdClassName
{
border-color: #5C6B2D;
}
.TagClassName
{
border-color: #5C6B2D;
}
</style>