Shades of Dark Olive Green #607330
Tints of Dark Olive Green #607330
RGB
CMYK
RGB Variations
Color information
#607330 (or 0x607330) is known color: Dark Olive Green. HEX triplet: 60, 73 and 30. RGB value is (96,115,48). Sum of RGB (Red+Green+Blue) = 96+115+48=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #607330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607330 is #9F8CCF. Grayscale: #656565. Windows color (decimal): -10456272 or 3175264. OLE color: 3175264.
HSL color Cylindrical-coordinate representation of color #607330: hue angle of 77.01º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #607330 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 115 | 48 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.55 |
| HSL | 77.01º | 0.41% | 0.32% | - |
| HSV(B) | 77.01º | 0.58% | 0.45% | - |
| XYZ | 11.49 | 14.96 | 5.08 | - |
| YUV | 101.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 48 | 0.17 | 0 | 0.58 | 0.55 | 77.01 | 0.41 | 0.32 |
| Hex | 60 | 73 | 30 | 11 | 0 | 3A | 37 | 4D | 29 | 20 |
| Octal | 140 | 163 | 60 | 21 | 0 | 72 | 67 | 115 | 51 | 40 |
| Binary | 1100000 | 1110011 | 110000 | 10001 | 0 | 111010 | 110111 | 1001101 | 101001 | 100000 |
Color Harmonies of #607330
Complementary color
Monochromatic Colors of #607330
Black with #607330
Text Example
Text Example
White with #607330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607330; }
p { color: rgb(96,115,48); }
H1.HeaderClassName
{
color: #607330;
}
.AnyTagClassName
{
color: #607330;
}
</style>
background-color css
<style>
a { background-color: #607330; }
a { background-color: rgb(96,115,48); }
div.DivClassName
{
background-color: #607330;
}
.BgClassName
{
background-color: #607330;
}
</style>
border-color css
<style>
span { border-color: #607330; }
span { border-color: rgb(96,115,48); }
td.TdClassName
{
border-color: #607330;
}
.TagClassName
{
border-color: #607330;
}
</style>