Shades of Dark Olive Green #607231
Tints of Dark Olive Green #607231
RGB
CMYK
RGB Variations
Color information
#607231 (or 0x607231) is known color: Dark Olive Green. HEX triplet: 60, 72 and 31. RGB value is (96,114,49). Sum of RGB (Red+Green+Blue) = 96+114+49=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #607231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607231 is #9F8DCE. Grayscale: #656565. Windows color (decimal): -10456527 or 3240544. OLE color: 3240544.
HSL color Cylindrical-coordinate representation of color #607231: hue angle of 76.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #607231 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 114 | 49 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.55 |
| HSL | 76.62º | 0.4% | 0.32% | - |
| HSV(B) | 76.62º | 0.57% | 0.45% | - |
| XYZ | 11.4 | 14.74 | 5.15 | - |
| YUV | 101.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 49 | 0.16 | 0 | 0.57 | 0.55 | 76.62 | 0.4 | 0.32 |
| Hex | 60 | 72 | 31 | 10 | 0 | 39 | 37 | 4D | 28 | 20 |
| Octal | 140 | 162 | 61 | 20 | 0 | 71 | 67 | 115 | 50 | 40 |
| Binary | 1100000 | 1110010 | 110001 | 10000 | 0 | 111001 | 110111 | 1001101 | 101000 | 100000 |
Color Harmonies of #607231
Complementary color
Monochromatic Colors of #607231
Black with #607231
Text Example
Text Example
White with #607231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607231; }
p { color: rgb(96,114,49); }
H1.HeaderClassName
{
color: #607231;
}
.AnyTagClassName
{
color: #607231;
}
</style>
background-color css
<style>
a { background-color: #607231; }
a { background-color: rgb(96,114,49); }
div.DivClassName
{
background-color: #607231;
}
.BgClassName
{
background-color: #607231;
}
</style>
border-color css
<style>
span { border-color: #607231; }
span { border-color: rgb(96,114,49); }
td.TdClassName
{
border-color: #607231;
}
.TagClassName
{
border-color: #607231;
}
</style>