Shades of Dark Olive Green #5C7B33
Tints of Dark Olive Green #5C7B33
RGB
CMYK
RGB Variations
Color information
#5C7B33 (or 0x5C7B33) is known color: Dark Olive Green. HEX triplet: 5C, 7B and 33. RGB value is (92,123,51). Sum of RGB (Red+Green+Blue) = 92+123+51=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 123 - color contains mainly: green. Hex color #5C7B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7B33 is #A384CC. Grayscale: #696969. Windows color (decimal): -10716365 or 3373916. OLE color: 3373916.
HSL color Cylindrical-coordinate representation of color #5C7B33: hue angle of 85.83º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C7B33 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 123 | 51 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.52 |
| HSL | 85.83º | 0.41% | 0.34% | - |
| HSV(B) | 85.83º | 0.59% | 0.48% | - |
| XYZ | 12.09 | 16.68 | 5.71 | - |
| YUV | 105.52 | 97.23 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 123 | 51 | 0.25 | 0 | 0.59 | 0.52 | 85.83 | 0.41 | 0.34 |
| Hex | 5C | 7B | 33 | 19 | 0 | 3B | 34 | 56 | 29 | 22 |
| Octal | 134 | 173 | 63 | 31 | 0 | 73 | 64 | 126 | 51 | 42 |
| Binary | 1011100 | 1111011 | 110011 | 11001 | 0 | 111011 | 110100 | 1010110 | 101001 | 100010 |
Color Harmonies of #5C7B33
Complementary color
Monochromatic Colors of #5C7B33
Black with #5C7B33
Text Example
Text Example
White with #5C7B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7B33; }
p { color: rgb(92,123,51); }
H1.HeaderClassName
{
color: #5C7B33;
}
.AnyTagClassName
{
color: #5C7B33;
}
</style>
background-color css
<style>
a { background-color: #5C7B33; }
a { background-color: rgb(92,123,51); }
div.DivClassName
{
background-color: #5C7B33;
}
.BgClassName
{
background-color: #5C7B33;
}
</style>
border-color css
<style>
span { border-color: #5C7B33; }
span { border-color: rgb(92,123,51); }
td.TdClassName
{
border-color: #5C7B33;
}
.TagClassName
{
border-color: #5C7B33;
}
</style>