Shades of Dark Olive Green #5C762B
Tints of Dark Olive Green #5C762B
RGB
CMYK
RGB Variations
Color information
#5C762B (or 0x5C762B) is known color: Dark Olive Green. HEX triplet: 5C, 76 and 2B. RGB value is (92,118,43). Sum of RGB (Red+Green+Blue) = 92+118+43=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #5C762B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C762B is #A389D4. Grayscale: #656565. Windows color (decimal): -10717653 or 2848348. OLE color: 2848348.
HSL color Cylindrical-coordinate representation of color #5C762B: hue angle of 80.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C762B is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 118 | 43 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.54 |
| HSL | 80.8º | 0.47% | 0.32% | - |
| HSV(B) | 80.8º | 0.64% | 0.46% | - |
| XYZ | 11.33 | 15.41 | 4.66 | - |
| YUV | 101.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 43 | 0.22 | 0 | 0.64 | 0.54 | 80.8 | 0.47 | 0.32 |
| Hex | 5C | 76 | 2B | 16 | 0 | 40 | 36 | 51 | 2F | 20 |
| Octal | 134 | 166 | 53 | 26 | 0 | 100 | 66 | 121 | 57 | 40 |
| Binary | 1011100 | 1110110 | 101011 | 10110 | 0 | 1000000 | 110110 | 1010001 | 101111 | 100000 |
Color Harmonies of #5C762B
Complementary color
Monochromatic Colors of #5C762B
Black with #5C762B
Text Example
Text Example
White with #5C762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C762B; }
p { color: rgb(92,118,43); }
H1.HeaderClassName
{
color: #5C762B;
}
.AnyTagClassName
{
color: #5C762B;
}
</style>
background-color css
<style>
a { background-color: #5C762B; }
a { background-color: rgb(92,118,43); }
div.DivClassName
{
background-color: #5C762B;
}
.BgClassName
{
background-color: #5C762B;
}
</style>
border-color css
<style>
span { border-color: #5C762B; }
span { border-color: rgb(92,118,43); }
td.TdClassName
{
border-color: #5C762B;
}
.TagClassName
{
border-color: #5C762B;
}
</style>