Shades of Dark Olive Green #5C6F34
Tints of Dark Olive Green #5C6F34
RGB
CMYK
RGB Variations
Color information
#5C6F34 (or 0x5C6F34) is known color: Dark Olive Green. HEX triplet: 5C, 6F and 34. RGB value is (92,111,52). Sum of RGB (Red+Green+Blue) = 92+111+52=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 111 - color contains mainly: green. Hex color #5C6F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6F34 is #A390CB. Grayscale: #626262. Windows color (decimal): -10719436 or 3436380. OLE color: 3436380.
HSL color Cylindrical-coordinate representation of color #5C6F34: hue angle of 79.32º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C6F34 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 111 | 52 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.56 |
| HSL | 79.32º | 0.36% | 0.32% | - |
| HSV(B) | 79.32º | 0.53% | 0.44% | - |
| XYZ | 10.72 | 13.89 | 5.37 | - |
| YUV | 98.59 | 101.71 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 111 | 52 | 0.17 | 0 | 0.53 | 0.56 | 79.32 | 0.36 | 0.32 |
| Hex | 5C | 6F | 34 | 11 | 0 | 35 | 38 | 4F | 24 | 20 |
| Octal | 134 | 157 | 64 | 21 | 0 | 65 | 70 | 117 | 44 | 40 |
| Binary | 1011100 | 1101111 | 110100 | 10001 | 0 | 110101 | 111000 | 1001111 | 100100 | 100000 |
Color Harmonies of #5C6F34
Complementary color
Monochromatic Colors of #5C6F34
Black with #5C6F34
Text Example
Text Example
White with #5C6F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6F34; }
p { color: rgb(92,111,52); }
H1.HeaderClassName
{
color: #5C6F34;
}
.AnyTagClassName
{
color: #5C6F34;
}
</style>
background-color css
<style>
a { background-color: #5C6F34; }
a { background-color: rgb(92,111,52); }
div.DivClassName
{
background-color: #5C6F34;
}
.BgClassName
{
background-color: #5C6F34;
}
</style>
border-color css
<style>
span { border-color: #5C6F34; }
span { border-color: rgb(92,111,52); }
td.TdClassName
{
border-color: #5C6F34;
}
.TagClassName
{
border-color: #5C6F34;
}
</style>